#C9DCBD

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

Shades of Surf Crest #C9DCBD

Tints of Surf Crest #C9DCBD

Color information

#C9DCBD (or 0xC9DCBD) is unknown color: approx Surf Crest. HEX triplet: C9, DC and BD. RGB value is (201,220,189). Sum of RGB (Red+Green+Blue) = 201+220+189=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBD is #362342. Grayscale: #D2D2D2. Windows color (decimal): -3547971 or 12442825. OLE color: 12442825.

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

Color convert

RGB201220189-
CMYK0.0900.140.14
HSL96.77º30.69%80.2%-
HSV(B)96.77º14.09%86.27%-
XYZ58.8767.2858.03-
YUV210.78115.71121.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=32.95%
G=36.07%
B=30.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201890.0900.140.1496.7730.6980.2
HexC9DCBD90EE611f50
Octal311334275110161614137120
Binary11001001110111001011110110010111011101100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCBD; }

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

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

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

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

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

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

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

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