Html Css Color HEX #CAE8E2 Jagged Ice

📋 copy color: '#CAE8E2'

red 202 ◦ green 232 ◦ blue 226

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

Shades of Jagged Ice #CAE8E2

Tints of Jagged Ice #CAE8E2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.15%

 BLUE value IS 226 (88.67% from 255) = 34.24%

R = 30.61%
G = 35.15%
B = 34.24%

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

#CAE8E2 (or 0xCAE8E2) is known color: Jagged Ice. HEX triplet: CA, E8 and E2. RGB value is (202,232,226). Sum of RGB (Red+Green+Blue) = 202+232+226=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8E2 is #35171D. Grayscale: #DEDEDE. Windows color (decimal): -3479326 or 14870730. OLE color: 14870730.

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

Color convert

RGB 202 232 226 -
CMYK 0.13 0 0.03 0.09
HSL 168º 0.39% 0.85% -
HSV(B) 168º 0.13% 0.91% -
XYZ 66.94 75.76 83.05 -
YUV 222.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 202 232 226 0.13 0 0.03 0.09 168 0.39 0.85
Hex CA E8 E2 D 0 3 9 A8 27 55
Octal 312 350 342 15 0 3 11 250 47 125
Binary 11001010 11101000 11100010 1101 0 11 1001 10101000 100111 1010101

Color Harmonies of #CAE8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE8E2

Black with #CAE8E2

Text Example


Text Example

White with #CAE8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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