Html Css Color HEX #CAE1DE Jagged Ice

📋 copy color: '#CAE1DE'

red 202 ◦ green 225 ◦ blue 222

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

Shades of Jagged Ice #CAE1DE

Tints of Jagged Ice #CAE1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

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

R = 31.12%
G = 34.67%
B = 34.21%

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

#CAE1DE (or 0xCAE1DE) is known color: Jagged Ice. HEX triplet: CA, E1 and DE. RGB value is (202,225,222). Sum of RGB (Red+Green+Blue) = 202+225+222=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1DE is #351E21. Grayscale: #D9D9D9. Windows color (decimal): -3481122 or 14606794. OLE color: 14606794.

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

Color convert

RGB 202 225 222 -
CMYK 0.10 0 0.01 0.12
HSL 172.17º 0.28% 0.84% -
HSV(B) 172.17º 0.1% 0.88% -
XYZ 64.47 71.68 79.55 -
YUV 217.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 202 225 222 0.10 0 0.01 0.12 172.17 0.28 0.84
Hex CA E1 DE A 0 1 C AC 1C 54
Octal 312 341 336 12 0 1 14 254 34 124
Binary 11001010 11100001 11011110 1010 0 1 1100 10101100 11100 1010100

Color Harmonies of #CAE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE1DE

Black with #CAE1DE

Text Example


Text Example

White with #CAE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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