#C8DEDB

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

Shades of Jagged Ice #C8DEDB

Tints of Jagged Ice #C8DEDB

Color information

#C8DEDB (or 0xC8DEDB) is unknown color: approx Jagged Ice. HEX triplet: C8, DE and DB. RGB value is (200,222,219). Sum of RGB (Red+Green+Blue) = 200+222+219=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEDB is #372124. Grayscale: #D7D7D7. Windows color (decimal): -3612965 or 14409416. OLE color: 14409416.

HSL color Cylindrical-coordinate representation of color #C8DEDB: hue angle of 171.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DEDB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB200222219-
CMYK0.1000.010.13
HSL171.82º25%82.75%-
HSV(B)171.82º9.91%87.06%-
XYZ62.7369.6477.15-
YUV215.08130.21117.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=31.20%
G=34.63%
B=34.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002222190.1000.010.13171.822582.75
HexC8DEDBA01Dac1953
Octal31033633312011525431123
Binary110010001101111011011011101001110110101100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEDB; }

 p { color: rgb(200,222,219); }

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

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

 a { background-color: rgb(200,222,219); }

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

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

 span { border-color: rgb(200,222,219); }

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