#CADFDD

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

Shades of Jagged Ice #CADFDD

Tints of Jagged Ice #CADFDD

Color information

#CADFDD (or 0xCADFDD) is unknown color: approx Jagged Ice. HEX triplet: CA, DF and DD. RGB value is (202,223,221). Sum of RGB (Red+Green+Blue) = 202+223+221=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFDD is #352022. Grayscale: #D8D8D8. Windows color (decimal): -3481635 or 14540746. OLE color: 14540746.

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

Color convert

RGB202223221-
CMYK0.0900.010.13
HSL174.29º24.71%83.33%-
HSV(B)174.29º9.42%87.45%-
XYZ63.870.5578.66-
YUV216.49130.54117.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=31.27%
G=34.52%
B=34.21%

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
Decimal2022232210.0900.010.13174.2924.7183.33
HexCADFDD901Dae1953
Octal31233733511011525631123
Binary110010101101111111011101100101110110101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFDD; }

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

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

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

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

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

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

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

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