#C9DDBA

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

Shades of Surf Crest #C9DDBA

Tints of Surf Crest #C9DDBA

Color information

#C9DDBA (or 0xC9DDBA) is unknown color: approx Surf Crest. HEX triplet: C9, DD and BA. RGB value is (201,221,186). Sum of RGB (Red+Green+Blue) = 201+221+186=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDBA is #362245. Grayscale: #D3D3D3. Windows color (decimal): -3547718 or 12246473. OLE color: 12246473.

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

Color convert

RGB201221186-
CMYK0.0900.160.13
HSL94.29º33.98%79.8%-
HSV(B)94.29º15.84%86.67%-
XYZ58.8167.6856.42-
YUV211.03113.87120.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=33.06%
G=36.35%
B=30.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012211860.0900.160.1394.2933.9879.8
HexC9DDBA9010D5e2250
Octal311335272110201513642120
Binary1100100111011101101110101001010000110110111101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDBA; }

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

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

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

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

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

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

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

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