Html Css Color HEX #C2DBBE Surf Crest

📋 copy color: '#C2DBBE'

red 194 ◦ green 219 ◦ blue 190

#C2DBBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C2DBBE

Tints of Surf Crest #C2DBBE

RGB

 RED value IS 194 (76.17% from 255) = 32.17%

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 32.17%
G = 36.32%
B = 31.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2DBBE (or 0xC2DBBE) is known color: Surf Crest. HEX triplet: C2, DB and BE. RGB value is (194,219,190). Sum of RGB (Red+Green+Blue) = 194+219+190=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBBE is #3D2441. Grayscale: #D0D0D0. Windows color (decimal): -4006978 or 12508098. OLE color: 12508098.

HSL color Cylindrical-coordinate representation of color #C2DBBE: hue angle of 111.72º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DBBE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 190 -
CMYK 0.11 0 0.13 0.14
HSL 111.72º 0.29% 0.8% -
HSV(B) 111.72º 0.13% 0.86% -
XYZ 56.87 65.85 58.43 -
YUV 208.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 194 219 190 0.11 0 0.13 0.14 111.72 0.29 0.8
Hex C2 DB BE B 0 D E 70 1D 50
Octal 302 333 276 13 0 15 16 160 35 120
Binary 11000010 11011011 10111110 1011 0 1101 1110 1110000 11101 1010000

Color Harmonies of #C2DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBBE

Black with #C2DBBE

Text Example


Text Example

White with #C2DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBBE; }

 p { color: rgb(194,219,190); }

 H1.HeaderClassName
 {
   color: #C2DBBE;
 }
 .AnyTagClassName
 {
   color: #C2DBBE;
 }
</style>

background-color css

<style>
 a { background-color: #C2DBBE; }

 a { background-color: rgb(194,219,190); }

 div.DivClassName
 {
   background-color: #C2DBBE;
 }
 .BgClassName
 {
   background-color: #C2DBBE;
 }
</style>

border-color css

<style>
 span { border-color: #C2DBBE; }

 span { border-color: rgb(194,219,190); }

 td.TdClassName
 {
   border-color: #C2DBBE;
 }
 .TagClassName
 {
   border-color: #C2DBBE;
 }
</style>