Html Css Color HEX #CAE9E5 Jagged Ice

📋 copy color: '#CAE9E5'

red 202 ◦ green 233 ◦ blue 229

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

Shades of Jagged Ice #CAE9E5

Tints of Jagged Ice #CAE9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.09%

 BLUE value IS 229 (89.84% from 255) = 34.49%

R = 30.42%
G = 35.09%
B = 34.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#CAE9E5 (or 0xCAE9E5) is known color: Jagged Ice. HEX triplet: CA, E9 and E5. RGB value is (202,233,229). Sum of RGB (Red+Green+Blue) = 202+233+229=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9E5 is #35161A. Grayscale: #DFDFDF. Windows color (decimal): -3479067 or 15067594. OLE color: 15067594.

HSL color Cylindrical-coordinate representation of color #CAE9E5: hue angle of 172.26º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE9E5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 229 -
CMYK 0.13 0 0.02 0.09
HSL 172.26º 0.41% 0.85% -
HSV(B) 172.26º 0.13% 0.91% -
XYZ 67.64 76.49 85.33 -
YUV 223.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 202 233 229 0.13 0 0.02 0.09 172.26 0.41 0.85
Hex CA E9 E5 D 0 2 9 AC 29 55
Octal 312 351 345 15 0 2 11 254 51 125
Binary 11001010 11101001 11100101 1101 0 10 1001 10101100 101001 1010101

Color Harmonies of #CAE9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9E5

Black with #CAE9E5

Text Example


Text Example

White with #CAE9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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