Html Css Color HEX #CAE9E3 Jagged Ice

📋 copy color: '#CAE9E3'

red 202 ◦ green 233 ◦ blue 227

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

Shades of Jagged Ice #CAE9E3

Tints of Jagged Ice #CAE9E3

RGB

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

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

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

R = 30.51%
G = 35.2%
B = 34.29%

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

#CAE9E3 (or 0xCAE9E3) is known color: Jagged Ice. HEX triplet: CA, E9 and E3. RGB value is (202,233,227). Sum of RGB (Red+Green+Blue) = 202+233+227=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9E3 is #35161C. Grayscale: #DFDFDF. Windows color (decimal): -3479069 or 14936522. OLE color: 14936522.

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

Color convert

RGB 202 233 227 -
CMYK 0.13 0 0.03 0.09
HSL 168.39º 0.41% 0.85% -
HSV(B) 168.39º 0.13% 0.91% -
XYZ 67.36 76.38 83.87 -
YUV 223.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 202 233 227 0.13 0 0.03 0.09 168.39 0.41 0.85
Hex CA E9 E3 D 0 3 9 A8 29 55
Octal 312 351 343 15 0 3 11 250 51 125
Binary 11001010 11101001 11100011 1101 0 11 1001 10101000 101001 1010101

Color Harmonies of #CAE9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE9E3

Black with #CAE9E3

Text Example


Text Example

White with #CAE9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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