#C9DCC6

Color #C9DCC6 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C9DCC6

Tints of Surf Crest #C9DCC6

Color information

#C9DCC6 (or 0xC9DCC6) is unknown color: approx Surf Crest. HEX triplet: C9, DC and C6. RGB value is (201,220,198). Sum of RGB (Red+Green+Blue) = 201+220+198=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCC6 is #362339. Grayscale: #D3D3D3. Windows color (decimal): -3547962 or 13032649. OLE color: 13032649.

HSL color Cylindrical-coordinate representation of color #C9DCC6: hue angle of 111.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DCC6 is Cyan = 0.09, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB201220198-
CMYK0.0900.10.14
HSL111.82º23.91%81.96%-
HSV(B)111.82º10%86.27%-
XYZ59.8767.6863.33-
YUV211.81120.21120.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=32.47%
G=35.54%
B=31.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201980.0900.10.14111.8223.9181.96
HexC9DCC690AE701852
Octal311334306110121616030122
Binary11001001110111001100011010010101011101110000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCC6; }

 p { color: rgb(201,220,198); }

 H1.HeaderClassName
 {
   color: #C9DCC6;
 }
 .AnyTagClassName
 {
   color: #C9DCC6;
 }
</style>
background-color css

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

 a { background-color: rgb(201,220,198); }

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

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

 span { border-color: rgb(201,220,198); }

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