Html Css Color HEX #CADDDA Jagged Ice

📋 copy color: '#CADDDA'

red 202 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #CADDDA

Tints of Jagged Ice #CADDDA

RGB

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

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

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

RGB 202 221 218 -
CMYK 0.09 0 0.01 0.13
HSL 170.53º 0.22% 0.83% -
HSV(B) 170.53º 0.09% 0.87% -
XYZ 62.87 69.33 76.4 -
YUV 214.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 202 221 218 0.09 0 0.01 0.13 170.53 0.22 0.83
Hex CA DD DA 9 0 1 D AB 16 53
Octal 312 335 332 11 0 1 15 253 26 123
Binary 11001010 11011101 11011010 1001 0 1 1101 10101011 10110 1010011

Color Harmonies of #CADDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDDA

Black with #CADDDA

Text Example


Text Example

White with #CADDDA

Text Example


Text Example

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