Html Css Color HEX #CAE9E1 Jagged Ice

📋 copy color: '#CAE9E1'

red 202 ◦ green 233 ◦ blue 225

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

Shades of Jagged Ice #CAE9E1

Tints of Jagged Ice #CAE9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.09%

R = 30.61%
G = 35.3%
B = 34.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#CAE9E1 (or 0xCAE9E1) is known color: Jagged Ice. HEX triplet: CA, E9 and E1. RGB value is (202,233,225). Sum of RGB (Red+Green+Blue) = 202+233+225=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9E1 is #35161E. Grayscale: #DEDEDE. Windows color (decimal): -3479071 or 14805450. OLE color: 14805450.

HSL color Cylindrical-coordinate representation of color #CAE9E1: hue angle of 164.52º 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 #CAE9E1 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 225 -
CMYK 0.13 0 0.03 0.09
HSL 164.52º 0.41% 0.85% -
HSV(B) 164.52º 0.13% 0.91% -
XYZ 67.09 76.27 82.42 -
YUV 222.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 202 233 225 0.13 0 0.03 0.09 164.52 0.41 0.85
Hex CA E9 E1 D 0 3 9 A5 29 55
Octal 312 351 341 15 0 3 11 245 51 125
Binary 11001010 11101001 11100001 1101 0 11 1001 10100101 101001 1010101

Color Harmonies of #CAE9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9E1

Black with #CAE9E1

Text Example


Text Example

White with #CAE9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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