#C9DDBD

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

Shades of Surf Crest #C9DDBD

Tints of Surf Crest #C9DDBD

Color information

#C9DDBD (or 0xC9DDBD) is unknown color: approx Surf Crest. HEX triplet: C9, DD and BD. RGB value is (201,221,189). Sum of RGB (Red+Green+Blue) = 201+221+189=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDBD is #362242. Grayscale: #D3D3D3. Windows color (decimal): -3547715 or 12443081. OLE color: 12443081.

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

Color convert

RGB201221189-
CMYK0.0900.140.13
HSL97.5º32%80.39%-
HSV(B)97.5º14.48%86.67%-
XYZ59.1367.858.12-
YUV211.37115.37120.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.90%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=32.90%
G=36.17%
B=30.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012211890.0900.140.1397.53280.39
HexC9DDBD90ED612050
Octal311335275110161514140120
Binary110010011101110110111101100101110110111000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDBD; }

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

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

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

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

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

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

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

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