#C9DBBA

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

Shades of Surf Crest #C9DBBA

Tints of Surf Crest #C9DBBA

Color information

#C9DBBA (or 0xC9DBBA) is unknown color: approx Surf Crest. HEX triplet: C9, DB and BA. RGB value is (201,219,186). Sum of RGB (Red+Green+Blue) = 201+219+186=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBBA is #362445. Grayscale: #D1D1D1. Windows color (decimal): -3548230 or 12245961. OLE color: 12245961.

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

Color convert

RGB201219186-
CMYK0.0800.150.14
HSL92.73º31.43%79.41%-
HSV(B)92.73º15.07%85.88%-
XYZ58.2866.6356.24-
YUV209.86114.54121.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.17%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=33.17%
G=36.14%
B=30.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191860.0800.150.1492.7331.4379.41
HexC9DBBA80FE5d1f4f
Octal311333272100171613537117
Binary11001001110110111011101010000111111101011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBBA; }

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

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

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

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

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

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

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

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