Html Css Color HEX #CAE2E1 Mabel

📋 copy color: '#CAE2E1'

red 202 ◦ green 226 ◦ blue 225

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

Shades of Mabel #CAE2E1

Tints of Mabel #CAE2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.46%

R = 30.93%
G = 34.61%
B = 34.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#CAE2E1 (or 0xCAE2E1) is known color: Mabel. HEX triplet: CA, E2 and E1. RGB value is (202,226,225). Sum of RGB (Red+Green+Blue) = 202+226+225=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2E1 is #351D1E. Grayscale: #DADADA. Windows color (decimal): -3480863 or 14803658. OLE color: 14803658.

HSL color Cylindrical-coordinate representation of color #CAE2E1: hue angle of 177.5º degrees, saturation: 0.29, 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 #CAE2E1 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 225 -
CMYK 0.11 0 0.00 0.11
HSL 177.5º 0.29% 0.84% -
HSV(B) 177.5º 0.11% 0.89% -
XYZ 65.14 72.39 81.77 -
YUV 218.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 202 226 225 0.11 0 0.00 0.11 177.5 0.29 0.84
Hex CA E2 E1 B 0 0 B B2 1D 54
Octal 312 342 341 13 0 0 13 262 35 124
Binary 11001010 11100010 11100001 1011 0 0 1011 10110010 11101 1010100

Color Harmonies of #CAE2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2E1

Black with #CAE2E1

Text Example


Text Example

White with #CAE2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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