Html Css Color HEX #CAEAE3 Jagged Ice

📋 copy color: '#CAEAE3'

red 202 ◦ green 234 ◦ blue 227

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

Shades of Jagged Ice #CAEAE3

Tints of Jagged Ice #CAEAE3

RGB

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

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

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

R = 30.47%
G = 35.29%
B = 34.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#CAEAE3 (or 0xCAEAE3) is known color: Jagged Ice. HEX triplet: CA, EA and E3. RGB value is (202,234,227). Sum of RGB (Red+Green+Blue) = 202+234+227=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAE3 is #35151C. Grayscale: #DFDFDF. Windows color (decimal): -3478813 or 14936778. OLE color: 14936778.

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

Color convert

RGB 202 234 227 -
CMYK 0.14 0 0.03 0.08
HSL 166.88º 0.43% 0.85% -
HSV(B) 166.88º 0.14% 0.92% -
XYZ 67.65 76.95 83.96 -
YUV 223.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 202 234 227 0.14 0 0.03 0.08 166.88 0.43 0.85
Hex CA EA E3 E 0 3 8 A7 2B 55
Octal 312 352 343 16 0 3 10 247 53 125
Binary 11001010 11101010 11100011 1110 0 11 1000 10100111 101011 1010101

Color Harmonies of #CAEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAE3

Black with #CAEAE3

Text Example


Text Example

White with #CAEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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