Html Css Color HEX #CAEAE5 Jagged Ice

📋 copy color: '#CAEAE5'

red 202 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #CAEAE5

Tints of Jagged Ice #CAEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.19%

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

R = 30.38%
G = 35.19%
B = 34.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CAEAE5 (or 0xCAEAE5) is known color: Jagged Ice. HEX triplet: CA, EA and E5. RGB value is (202,234,229). Sum of RGB (Red+Green+Blue) = 202+234+229=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAE5 is #35151A. Grayscale: #DFDFDF. Windows color (decimal): -3478811 or 15067850. OLE color: 15067850.

HSL color Cylindrical-coordinate representation of color #CAEAE5: hue angle of 170.62º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEAE5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 229 -
CMYK 0.14 0 0.02 0.08
HSL 170.63º 0.43% 0.85% -
HSV(B) 170.63º 0.14% 0.92% -
XYZ 67.92 77.06 85.42 -
YUV 223.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 202 234 229 0.14 0 0.02 0.08 170.63 0.43 0.85
Hex CA EA E5 E 0 2 8 AB 2B 55
Octal 312 352 345 16 0 2 10 253 53 125
Binary 11001010 11101010 11100101 1110 0 10 1000 10101011 101011 1010101

Color Harmonies of #CAEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAE5

Black with #CAEAE5

Text Example


Text Example

White with #CAEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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