#C9DBC0

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

Shades of Surf Crest #C9DBC0

Tints of Surf Crest #C9DBC0

Color information

#C9DBC0 (or 0xC9DBC0) is unknown color: approx Surf Crest. HEX triplet: C9, DB and C0. RGB value is (201,219,192). Sum of RGB (Red+Green+Blue) = 201+219+192=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBC0 is #36243F. Grayscale: #D2D2D2. Windows color (decimal): -3548224 or 12639177. OLE color: 12639177.

HSL color Cylindrical-coordinate representation of color #C9DBC0: hue angle of 100º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9DBC0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB201219192-
CMYK0.0800.120.14
HSL100º27.27%80.59%-
HSV(B)100º12.33%85.88%-
XYZ58.9366.8959.67-
YUV210.54117.54121.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=32.84%
G=35.78%
B=31.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191920.0800.120.1410027.2780.59
HexC9DBC080CE641b51
Octal311333300100141614433121
Binary11001001110110111100000010000110011101100100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBC0; }

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

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

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

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

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

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

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

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