#CADEDA

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

Shades of Jagged Ice #CADEDA

Tints of Jagged Ice #CADEDA

Color information

#CADEDA (or 0xCADEDA) is unknown color: approx Jagged Ice. HEX triplet: CA, DE and DA. RGB value is (202,222,218). Sum of RGB (Red+Green+Blue) = 202+222+218=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEDA is #352125. Grayscale: #D7D7D7. Windows color (decimal): -3481894 or 14343882. OLE color: 14343882.

HSL color Cylindrical-coordinate representation of color #CADEDA: hue angle of 168º 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 #CADEDA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB202222218-
CMYK0.0900.020.13
HSL168º23.26%83.14%-
HSV(B)168º9.01%87.06%-
XYZ63.1369.8676.49-
YUV215.56129.37118.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=31.46%
G=34.58%
B=33.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022222180.0900.020.1316823.2683.14
HexCADEDA902Da81753
Octal31233633211021525027123
Binary1100101011011110110110101001010110110101000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEDA; }

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

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

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

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

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

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

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

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