Html Css Color HEX #CADEDA Jagged Ice

📋 copy color: '#CADEDA'

red 202 ◦ green 222 ◦ blue 218

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

Shades of Jagged Ice #CADEDA

Tints of Jagged Ice #CADEDA

RGB

 RED value IS 202 (79.3% 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 value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#CADEDA (or 0xCADEDA) is known color: 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

RGB 202 222 218 -
CMYK 0.09 0 0.02 0.13
HSL 168º 0.23% 0.83% -
HSV(B) 168º 0.09% 0.87% -
XYZ 63.13 69.86 76.49 -
YUV 215.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 202 222 218 0.09 0 0.02 0.13 168 0.23 0.83
Hex CA DE DA 9 0 2 D A8 17 53
Octal 312 336 332 11 0 2 15 250 27 123
Binary 11001010 11011110 11011010 1001 0 10 1101 10101000 10111 1010011

Color Harmonies of #CADEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADEDA

Black with #CADEDA

Text Example


Text Example

White with #CADEDA

Text Example


Text Example

HTML Codes & Css Web 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>