#C9DDBC

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

Shades of Surf Crest #C9DDBC

Tints of Surf Crest #C9DDBC

Color information

#C9DDBC (or 0xC9DDBC) is unknown color: approx Surf Crest. HEX triplet: C9, DD and BC. RGB value is (201,221,188). Sum of RGB (Red+Green+Blue) = 201+221+188=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDBC is #362243. Grayscale: #D3D3D3. Windows color (decimal): -3547716 or 12377545. OLE color: 12377545.

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

Color convert

RGB201221188-
CMYK0.0900.150.13
HSL96.36º32.67%80.2%-
HSV(B)96.36º14.93%86.67%-
XYZ59.0267.7657.55-
YUV211.26114.87120.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=32.95%
G=36.23%
B=30.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012211880.0900.150.1396.3632.6780.2
HexC9DDBC90FD602150
Octal311335274110171514041120
Binary110010011101110110111100100101111110111000001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDBC; }

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

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

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

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

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

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

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

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