#CADEDB

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

Shades of Jagged Ice #CADEDB

Tints of Jagged Ice #CADEDB

Color information

#CADEDB (or 0xCADEDB) is unknown color: approx Jagged Ice. HEX triplet: CA, DE and DB. RGB value is (202,222,219). Sum of RGB (Red+Green+Blue) = 202+222+219=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEDB is #352124. Grayscale: #D7D7D7. Windows color (decimal): -3481893 or 14409418. OLE color: 14409418.

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

Color convert

RGB202222219-
CMYK0.0900.010.13
HSL171º23.26%83.14%-
HSV(B)171º9.01%87.06%-
XYZ63.2669.9177.18-
YUV215.68129.87118.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=31.42%
G=34.53%
B=34.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022222190.0900.010.1317123.2683.14
HexCADEDB901Dab1753
Octal31233633311011525327123
Binary110010101101111011011011100101110110101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEDB; }

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

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

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

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

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

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

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

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