Html Css Color HEX #C2DBB0 Surf Crest

📋 copy color: '#C2DBB0'

red 194 ◦ green 219 ◦ blue 176

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

Shades of Surf Crest #C2DBB0

Tints of Surf Crest #C2DBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.88%

R = 32.94%
G = 37.18%
B = 29.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#C2DBB0 (or 0xC2DBB0) is known color: Surf Crest. HEX triplet: C2, DB and B0. RGB value is (194,219,176). Sum of RGB (Red+Green+Blue) = 194+219+176=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBB0 is #3D244F. Grayscale: #CECECE. Windows color (decimal): -4006992 or 11590594. OLE color: 11590594.

HSL color Cylindrical-coordinate representation of color #C2DBB0: hue angle of 94.88º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DBB0 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 176 -
CMYK 0.11 0 0.20 0.14
HSL 94.88º 0.37% 0.77% -
HSV(B) 94.88º 0.2% 0.86% -
XYZ 55.42 65.27 50.75 -
YUV 206.62 110.72 119 -
System Red Green Blue C M Y K H S L
Decimal 194 219 176 0.11 0 0.20 0.14 94.88 0.37 0.77
Hex C2 DB B0 B 0 14 E 5F 25 4D
Octal 302 333 260 13 0 24 16 137 45 115
Binary 11000010 11011011 10110000 1011 0 10100 1110 1011111 100101 1001101

Color Harmonies of #C2DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBB0

Black with #C2DBB0

Text Example


Text Example

White with #C2DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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