#C9DCBE

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

Shades of Surf Crest #C9DCBE

Tints of Surf Crest #C9DCBE

Color information

#C9DCBE (or 0xC9DCBE) is unknown color: approx Surf Crest. HEX triplet: C9, DC and BE. RGB value is (201,220,190). Sum of RGB (Red+Green+Blue) = 201+220+190=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCBE is #362341. Grayscale: #D2D2D2. Windows color (decimal): -3547970 or 12508361. OLE color: 12508361.

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

Color convert

RGB201220190-
CMYK0.0900.140.14
HSL98º30%80.39%-
HSV(B)98º13.64%86.27%-
XYZ58.9767.3258.6-
YUV210.9116.21120.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.90%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=32.90%
G=36.01%
B=31.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201900.0900.140.14983080.39
HexC9DCBE90EE621e50
Octal311334276110161614236120
Binary11001001110111001011111010010111011101100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCBE; }

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

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

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

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

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

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

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

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