Html Css Color HEX #CAE5DE Jagged Ice

📋 copy color: '#CAE5DE'

red 202 ◦ green 229 ◦ blue 222

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

Shades of Jagged Ice #CAE5DE

Tints of Jagged Ice #CAE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

 BLUE value IS 222 (87.11% from 255) = 34%

R = 30.93%
G = 35.07%
B = 34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#CAE5DE (or 0xCAE5DE) is known color: Jagged Ice. HEX triplet: CA, E5 and DE. RGB value is (202,229,222). Sum of RGB (Red+Green+Blue) = 202+229+222=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5DE is #351A21. Grayscale: #DCDCDC. Windows color (decimal): -3480098 or 14607818. OLE color: 14607818.

HSL color Cylindrical-coordinate representation of color #CAE5DE: hue angle of 164.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5DE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 222 -
CMYK 0.12 0 0.03 0.10
HSL 164.44º 0.34% 0.85% -
HSV(B) 164.44º 0.12% 0.9% -
XYZ 65.56 73.87 79.91 -
YUV 220.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 202 229 222 0.12 0 0.03 0.10 164.44 0.34 0.85
Hex CA E5 DE C 0 3 A A4 22 55
Octal 312 345 336 14 0 3 12 244 42 125
Binary 11001010 11100101 11011110 1100 0 11 1010 10100100 100010 1010101

Color Harmonies of #CAE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5DE

Black with #CAE5DE

Text Example


Text Example

White with #CAE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5DE; }

 p { color: rgb(202,229,222); }

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

background-color css

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

 a { background-color: rgb(202,229,222); }

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

border-color css

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

 span { border-color: rgb(202,229,222); }

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