#C9E2DF

Color #C9E2DF Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C9E2DF

Tints of Jagged Ice #C9E2DF

Color information

#C9E2DF (or 0xC9E2DF) is unknown color: approx Jagged Ice. HEX triplet: C9, E2 and DF. RGB value is (201,226,223). Sum of RGB (Red+Green+Blue) = 201+226+223=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E2DF is #361D20. Grayscale: #DADADA. Windows color (decimal): -3546401 or 14672585. OLE color: 14672585.

HSL color Cylindrical-coordinate representation of color #C9E2DF: hue angle of 172.8º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9E2DF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB201226223-
CMYK0.1100.010.11
HSL172.8º30.12%83.73%-
HSV(B)172.8º11.06%88.63%-
XYZ64.672.1480.33-
YUV218.18130.72115.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.92%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=30.92%
G=34.77%
B=34.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2012262230.1100.010.11172.830.1283.73
HexC9E2DFB01Bad1e54
Octal31134233713011325536124
Binary110010011110001011011111101101101110101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E2DF; }

 p { color: rgb(201,226,223); }

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

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

 a { background-color: rgb(201,226,223); }

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

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

 span { border-color: rgb(201,226,223); }

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