Html Css Color HEX #CAE2E5 Mabel

📋 copy color: '#CAE2E5'

red 202 ◦ green 226 ◦ blue 229

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

Shades of Mabel #CAE2E5

Tints of Mabel #CAE2E5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.4%

 BLUE value IS 229 (89.84% from 255) = 34.86%

R = 30.75%
G = 34.4%
B = 34.86%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAE2E5 (or 0xCAE2E5) is known color: Mabel. HEX triplet: CA, E2 and E5. RGB value is (202,226,229). Sum of RGB (Red+Green+Blue) = 202+226+229=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2E5 is #351D1A. Grayscale: #DBDBDB. Windows color (decimal): -3480859 or 15065802. OLE color: 15065802.

HSL color Cylindrical-coordinate representation of color #CAE2E5: hue angle of 186.67º degrees, saturation: 0.34, 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 #CAE2E5 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 226 229 -
CMYK 0.12 0.01 0 0.10
HSL 186.67º 0.34% 0.85% -
HSV(B) 186.67º 0.12% 0.9% -
XYZ 65.7 72.61 84.68 -
YUV 219.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 202 226 229 0.12 0.01 0 0.10 186.67 0.34 0.85
Hex CA E2 E5 C 1 0 A BB 22 55
Octal 312 342 345 14 1 0 12 273 42 125
Binary 11001010 11100010 11100101 1100 1 0 1010 10111011 100010 1010101

Color Harmonies of #CAE2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2E5

Black with #CAE2E5

Text Example


Text Example

White with #CAE2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2E5; }

 p { color: rgb(202,226,229); }

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

background-color css

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

 a { background-color: rgb(202,226,229); }

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

border-color css

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

 span { border-color: rgb(202,226,229); }

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