#C9DBC6

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

Shades of Surf Crest #C9DBC6

Tints of Surf Crest #C9DBC6

Color information

#C9DBC6 (or 0xC9DBC6) is unknown color: approx Surf Crest. HEX triplet: C9, DB and C6. RGB value is (201,219,198). Sum of RGB (Red+Green+Blue) = 201+219+198=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC6 is #362439. Grayscale: #D3D3D3. Windows color (decimal): -3548218 or 13032393. OLE color: 13032393.

HSL color Cylindrical-coordinate representation of color #C9DBC6: hue angle of 111.43º degrees, saturation: 0.23, 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 #C9DBC6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB201219198-
CMYK0.0800.100.14
HSL111.43º22.58%81.76%-
HSV(B)111.43º9.59%85.88%-
XYZ59.6167.1663.25-
YUV211.22120.54120.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=32.52%
G=35.44%
B=32.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191980.0800.100.14111.4322.5881.76
HexC9DBC680AE6f1752
Octal311333306100121615727122
Binary11001001110110111100011010000101011101101111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBC6; }

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

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

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

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

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

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

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

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