Html Css Color HEX #CAE6E0 Jagged Ice

📋 copy color: '#CAE6E0'

red 202 ◦ green 230 ◦ blue 224

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

Shades of Jagged Ice #CAE6E0

Tints of Jagged Ice #CAE6E0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.06%

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

R = 30.79%
G = 35.06%
B = 34.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#CAE6E0 (or 0xCAE6E0) is known color: Jagged Ice. HEX triplet: CA, E6 and E0. RGB value is (202,230,224). Sum of RGB (Red+Green+Blue) = 202+230+224=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6E0 is #35191F. Grayscale: #DCDCDC. Windows color (decimal): -3479840 or 14739146. OLE color: 14739146.

HSL color Cylindrical-coordinate representation of color #CAE6E0: hue angle of 167.14º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6E0 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 224 -
CMYK 0.12 0 0.03 0.10
HSL 167.14º 0.36% 0.85% -
HSV(B) 167.14º 0.12% 0.9% -
XYZ 66.11 74.53 81.42 -
YUV 220.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 202 230 224 0.12 0 0.03 0.10 167.14 0.36 0.85
Hex CA E6 E0 C 0 3 A A7 24 55
Octal 312 346 340 14 0 3 12 247 44 125
Binary 11001010 11100110 11100000 1100 0 11 1010 10100111 100100 1010101

Color Harmonies of #CAE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6E0

Black with #CAE6E0

Text Example


Text Example

White with #CAE6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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