Html Css Color HEX #CAE0DD Jagged Ice

📋 copy color: '#CAE0DD'

red 202 ◦ green 224 ◦ blue 221

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

Shades of Jagged Ice #CAE0DD

Tints of Jagged Ice #CAE0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 31.22%
G = 34.62%
B = 34.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#CAE0DD (or 0xCAE0DD) is known color: Jagged Ice. HEX triplet: CA, E0 and DD. RGB value is (202,224,221). Sum of RGB (Red+Green+Blue) = 202+224+221=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0DD is #351F22. Grayscale: #D9D9D9. Windows color (decimal): -3481379 or 14541002. OLE color: 14541002.

HSL color Cylindrical-coordinate representation of color #CAE0DD: hue angle of 171.82º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0DD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 221 -
CMYK 0.10 0 0.01 0.12
HSL 171.82º 0.26% 0.84% -
HSV(B) 171.82º 0.1% 0.88% -
XYZ 64.06 71.09 78.75 -
YUV 217.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 202 224 221 0.10 0 0.01 0.12 171.82 0.26 0.84
Hex CA E0 DD A 0 1 C AC 1A 54
Octal 312 340 335 12 0 1 14 254 32 124
Binary 11001010 11100000 11011101 1010 0 1 1100 10101100 11010 1010100

Color Harmonies of #CAE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0DD

Black with #CAE0DD

Text Example


Text Example

White with #CAE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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