Html Css Color HEX #CAE2DE Jagged Ice

📋 copy color: '#CAE2DE'

red 202 ◦ green 226 ◦ blue 222

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

Shades of Jagged Ice #CAE2DE

Tints of Jagged Ice #CAE2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.77%

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

R = 31.08%
G = 34.77%
B = 34.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CAE2DE (or 0xCAE2DE) is known color: Jagged Ice. HEX triplet: CA, E2 and DE. RGB value is (202,226,222). Sum of RGB (Red+Green+Blue) = 202+226+222=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2DE is #351D21. Grayscale: #DADADA. Windows color (decimal): -3480866 or 14607050. OLE color: 14607050.

HSL color Cylindrical-coordinate representation of color #CAE2DE: hue angle of 170º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE2DE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 222 -
CMYK 0.11 0 0.02 0.11
HSL 170º 0.29% 0.84% -
HSV(B) 170º 0.11% 0.89% -
XYZ 64.74 72.22 79.64 -
YUV 218.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 202 226 222 0.11 0 0.02 0.11 170 0.29 0.84
Hex CA E2 DE B 0 2 B AA 1D 54
Octal 312 342 336 13 0 2 13 252 35 124
Binary 11001010 11100010 11011110 1011 0 10 1011 10101010 11101 1010100

Color Harmonies of #CAE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2DE

Black with #CAE2DE

Text Example


Text Example

White with #CAE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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