#C9D9BF

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

Shades of Surf Crest #C9D9BF

Tints of Surf Crest #C9D9BF

Color information

#C9D9BF (or 0xC9D9BF) is unknown color: approx Surf Crest. HEX triplet: C9, D9 and BF. RGB value is (201,217,191). Sum of RGB (Red+Green+Blue) = 201+217+191=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D9BF is #362640. Grayscale: #D1D1D1. Windows color (decimal): -3548737 or 12573129. OLE color: 12573129.

HSL color Cylindrical-coordinate representation of color #C9D9BF: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9D9BF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB201217191-
CMYK0.0700.120.15
HSL96.92º25.49%80%-
HSV(B)96.92º11.98%85.1%-
XYZ58.365.858.92-
YUV209.25117.7122.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 191 (75% from 255) = 31.36%
R=33.00%
G=35.63%
B=31.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012171910.0700.120.1596.9225.4980
HexC9D9BF70CF611950
Octal31133127770141714131120
Binary1100100111011001101111111110110011111100001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D9BF; }

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

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

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

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

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

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

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

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