Html Css Color HEX #CAE3E0 Jagged Ice

📋 copy color: '#CAE3E0'

red 202 ◦ green 227 ◦ blue 224

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

Shades of Jagged Ice #CAE3E0

Tints of Jagged Ice #CAE3E0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.76%

 BLUE value IS 224 (87.89% from 255) = 34.3%

R = 30.93%
G = 34.76%
B = 34.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#CAE3E0 (or 0xCAE3E0) is known color: Jagged Ice. HEX triplet: CA, E3 and E0. RGB value is (202,227,224). Sum of RGB (Red+Green+Blue) = 202+227+224=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3E0 is #351C1F. Grayscale: #DBDBDB. Windows color (decimal): -3480608 or 14738378. OLE color: 14738378.

HSL color Cylindrical-coordinate representation of color #CAE3E0: hue angle of 172.8º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE3E0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 224 -
CMYK 0.11 0 0.01 0.11
HSL 172.8º 0.31% 0.84% -
HSV(B) 172.8º 0.11% 0.89% -
XYZ 65.28 72.88 81.15 -
YUV 219.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 202 227 224 0.11 0 0.01 0.11 172.8 0.31 0.84
Hex CA E3 E0 B 0 1 B AD 1F 54
Octal 312 343 340 13 0 1 13 255 37 124
Binary 11001010 11100011 11100000 1011 0 1 1011 10101101 11111 1010100

Color Harmonies of #CAE3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE3E0

Black with #CAE3E0

Text Example


Text Example

White with #CAE3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE3E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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