Html Css Color HEX #CAE8E3 Jagged Ice

📋 copy color: '#CAE8E3'

red 202 ◦ green 232 ◦ blue 227

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

Shades of Jagged Ice #CAE8E3

Tints of Jagged Ice #CAE8E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.34%

R = 30.56%
G = 35.1%
B = 34.34%

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

#CAE8E3 (or 0xCAE8E3) is known color: Jagged Ice. HEX triplet: CA, E8 and E3. RGB value is (202,232,227). Sum of RGB (Red+Green+Blue) = 202+232+227=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8E3 is #35171C. Grayscale: #DEDEDE. Windows color (decimal): -3479325 or 14936266. OLE color: 14936266.

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

Color convert

RGB 202 232 227 -
CMYK 0.13 0 0.02 0.09
HSL 170º 0.39% 0.85% -
HSV(B) 170º 0.13% 0.91% -
XYZ 67.08 75.82 83.77 -
YUV 222.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 202 232 227 0.13 0 0.02 0.09 170 0.39 0.85
Hex CA E8 E3 D 0 2 9 AA 27 55
Octal 312 350 343 15 0 2 11 252 47 125
Binary 11001010 11101000 11100011 1101 0 10 1001 10101010 100111 1010101

Color Harmonies of #CAE8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE8E3

Black with #CAE8E3

Text Example


Text Example

White with #CAE8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE8E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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