Html Css Color HEX #CAE0DC Jagged Ice

📋 copy color: '#CAE0DC'

red 202 ◦ green 224 ◦ blue 220

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

Shades of Jagged Ice #CAE0DC

Tints of Jagged Ice #CAE0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.06%

R = 31.27%
G = 34.67%
B = 34.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#CAE0DC (or 0xCAE0DC) is known color: Jagged Ice. HEX triplet: CA, E0 and DC. RGB value is (202,224,220). Sum of RGB (Red+Green+Blue) = 202+224+220=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0DC is #351F23. Grayscale: #D8D8D8. Windows color (decimal): -3481380 or 14475466. OLE color: 14475466.

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

Color convert

RGB 202 224 220 -
CMYK 0.10 0 0.02 0.12
HSL 169.09º 0.26% 0.84% -
HSV(B) 169.09º 0.1% 0.88% -
XYZ 63.93 71.04 78.05 -
YUV 216.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 202 224 220 0.10 0 0.02 0.12 169.09 0.26 0.84
Hex CA E0 DC A 0 2 C A9 1A 54
Octal 312 340 334 12 0 2 14 251 32 124
Binary 11001010 11100000 11011100 1010 0 10 1100 10101001 11010 1010100

Color Harmonies of #CAE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE0DC

Black with #CAE0DC

Text Example


Text Example

White with #CAE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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