Html Css Color HEX #CADCD9 Jagged Ice

📋 copy color: '#CADCD9'

red 202 ◦ green 220 ◦ blue 217

#CADCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #CADCD9

Tints of Jagged Ice #CADCD9

RGB

 RED value IS 202 (79.3% from 255) = 31.61%

 GREEN value IS 220 (86.33% from 255) = 34.43%

 BLUE value IS 217 (85.16% from 255) = 33.96%

R = 31.61%
G = 34.43%
B = 33.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#CADCD9 (or 0xCADCD9) is known color: Jagged Ice. HEX triplet: CA, DC and D9. RGB value is (202,220,217). Sum of RGB (Red+Green+Blue) = 202+220+217=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCD9 is #352326. Grayscale: #D6D6D6. Windows color (decimal): -3482407 or 14277834. OLE color: 14277834.

HSL color Cylindrical-coordinate representation of color #CADCD9: hue angle of 170º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCD9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 217 -
CMYK 0.08 0 0.01 0.14
HSL 170º 0.2% 0.83% -
HSV(B) 170º 0.08% 0.86% -
XYZ 62.47 68.75 75.62 -
YUV 214.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 202 220 217 0.08 0 0.01 0.14 170 0.2 0.83
Hex CA DC D9 8 0 1 E AA 14 53
Octal 312 334 331 10 0 1 16 252 24 123
Binary 11001010 11011100 11011001 1000 0 1 1110 10101010 10100 1010011

Color Harmonies of #CADCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADCD9

Black with #CADCD9

Text Example


Text Example

White with #CADCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADCD9; }

 p { color: rgb(202,220,217); }

 H1.HeaderClassName
 {
   color: #CADCD9;
 }
 .AnyTagClassName
 {
   color: #CADCD9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,220,217); }

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

border-color css

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

 span { border-color: rgb(202,220,217); }

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