#C9DCBF

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

Shades of Surf Crest #C9DCBF

Tints of Surf Crest #C9DCBF

Color information

#C9DCBF (or 0xC9DCBF) is unknown color: approx Surf Crest. HEX triplet: C9, DC and BF. RGB value is (201,220,191). Sum of RGB (Red+Green+Blue) = 201+220+191=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBF is #362340. Grayscale: #D3D3D3. Windows color (decimal): -3547969 or 12573897. OLE color: 12573897.

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

Color convert

RGB201220191-
CMYK0.0900.130.14
HSL99.31º29.29%80.59%-
HSV(B)99.31º13.18%86.27%-
XYZ59.0867.3759.18-
YUV211.01116.71120.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 191 (75% from 255) = 31.21%
R=32.84%
G=35.95%
B=31.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201910.0900.130.1499.3129.2980.59
HexC9DCBF90DE631d51
Octal311334277110151614335121
Binary11001001110111001011111110010110111101100011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCBF; }

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

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

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

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

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

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

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

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