#CADDDA

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

Shades of Jagged Ice #CADDDA

Tints of Jagged Ice #CADDDA

Color information

#CADDDA (or 0xCADDDA) is unknown color: approx Jagged Ice. HEX triplet: CA, DD and DA. RGB value is (202,221,218). Sum of RGB (Red+Green+Blue) = 202+221+218=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDDA is #352225. Grayscale: #D6D6D6. Windows color (decimal): -3482150 or 14343626. OLE color: 14343626.

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

Color convert

RGB202221218-
CMYK0.0900.010.13
HSL170.53º21.84%82.94%-
HSV(B)170.53º8.6%86.67%-
XYZ62.8769.3376.4-
YUV214.98129.71118.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=31.51%
G=34.48%
B=34.01%

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
Decimal2022212180.0900.010.13170.5321.8482.94
HexCADDDA901Dab1653
Octal31233533211011525326123
Binary110010101101110111011010100101110110101011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDDA; }

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

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

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

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

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

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

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

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