#CADFDB

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

Shades of Jagged Ice #CADFDB

Tints of Jagged Ice #CADFDB

Color information

#CADFDB (or 0xCADFDB) is unknown color: approx Jagged Ice. HEX triplet: CA, DF and DB. RGB value is (202,223,219). Sum of RGB (Red+Green+Blue) = 202+223+219=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFDB is #352024. Grayscale: #D8D8D8. Windows color (decimal): -3481637 or 14409674. OLE color: 14409674.

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

Color convert

RGB202223219-
CMYK0.0900.020.13
HSL168.57º24.71%83.33%-
HSV(B)168.57º9.42%87.45%-
XYZ63.5370.4577.27-
YUV216.26129.54117.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=31.37%
G=34.63%
B=34.01%

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
Decimal2022232190.0900.020.13168.5724.7183.33
HexCADFDB902Da91953
Octal31233733311021525131123
Binary1100101011011111110110111001010110110101001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFDB; }

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

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

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

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

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

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

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

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