Html Css Color HEX #C2DAB0 Surf Crest

📋 copy color: '#C2DAB0'

red 194 ◦ green 218 ◦ blue 176

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

Shades of Surf Crest #C2DAB0

Tints of Surf Crest #C2DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.07%

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

R = 32.99%
G = 37.07%
B = 29.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#C2DAB0 (or 0xC2DAB0) is known color: Surf Crest. HEX triplet: C2, DA and B0. RGB value is (194,218,176). Sum of RGB (Red+Green+Blue) = 194+218+176=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAB0 is #3D254F. Grayscale: #CECECE. Windows color (decimal): -4007248 or 11590338. OLE color: 11590338.

HSL color Cylindrical-coordinate representation of color #C2DAB0: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DAB0 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 176 -
CMYK 0.11 0 0.19 0.15
HSL 94.29º 0.36% 0.77% -
HSV(B) 94.29º 0.19% 0.85% -
XYZ 55.16 64.75 50.66 -
YUV 206.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 194 218 176 0.11 0 0.19 0.15 94.29 0.36 0.77
Hex C2 DA B0 B 0 13 F 5E 24 4D
Octal 302 332 260 13 0 23 17 136 44 115
Binary 11000010 11011010 10110000 1011 0 10011 1111 1011110 100100 1001101

Color Harmonies of #C2DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAB0

Black with #C2DAB0

Text Example


Text Example

White with #C2DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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