#C9DEBF

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

Shades of Surf Crest #C9DEBF

Tints of Surf Crest #C9DEBF

Color information

#C9DEBF (or 0xC9DEBF) is unknown color: approx Surf Crest. HEX triplet: C9, DE and BF. RGB value is (201,222,191). Sum of RGB (Red+Green+Blue) = 201+222+191=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEBF is #362140. Grayscale: #D4D4D4. Windows color (decimal): -3547457 or 12574409. OLE color: 12574409.

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

Color convert

RGB201222191-
CMYK0.0900.140.13
HSL100.65º31.96%80.98%-
HSV(B)100.65º13.96%87.06%-
XYZ59.6168.4259.35-
YUV212.19116.04120.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 191 (75% from 255) = 31.11%
R=32.74%
G=36.16%
B=31.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012221910.0900.140.13100.6531.9680.98
HexC9DEBF90ED652051
Octal311336277110161514540121
Binary110010011101111010111111100101110110111001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEBF; }

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

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

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

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

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

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

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

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