Html Css Color HEX #CEDEE0 Mabel

📋 copy color: '#CEDEE0'

red 206 ◦ green 222 ◦ blue 224

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

Shades of Mabel #CEDEE0

Tints of Mabel #CEDEE0

RGB

 RED value IS 206 (80.86% from 255) = 31.6%

 GREEN value IS 222 (87.11% from 255) = 34.05%

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

R = 31.6%
G = 34.05%
B = 34.36%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEDEE0 (or 0xCEDEE0) is known color: Mabel. HEX triplet: CE, DE and E0. RGB value is (206,222,224). Sum of RGB (Red+Green+Blue) = 206+222+224=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEE0 is #31211F. Grayscale: #D9D9D9. Windows color (decimal): -3219744 or 14737102. OLE color: 14737102.

HSL color Cylindrical-coordinate representation of color #CEDEE0: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDEE0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 222 224 -
CMYK 0.08 0.01 0 0.12
HSL 186.67º 0.23% 0.84% -
HSV(B) 186.67º 0.08% 0.88% -
XYZ 65.03 70.75 80.75 -
YUV 217.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 206 222 224 0.08 0.01 0 0.12 186.67 0.23 0.84
Hex CE DE E0 8 1 0 C BB 16 54
Octal 316 336 340 10 1 0 14 273 26 124
Binary 11001110 11011110 11100000 1000 1 0 1100 10111011 10110 1010100

Color Harmonies of #CEDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEE0

Black with #CEDEE0

Text Example


Text Example

White with #CEDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEE0; }

 p { color: rgb(206,222,224); }

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

background-color css

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

 a { background-color: rgb(206,222,224); }

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

border-color css

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

 span { border-color: rgb(206,222,224); }

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