Html Css Color HEX #CCDEE0 Mabel

📋 copy color: '#CCDEE0'

red 204 ◦ green 222 ◦ blue 224

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

Shades of Mabel #CCDEE0

Tints of Mabel #CCDEE0

RGB

 RED value IS 204 (80.08% from 255) = 31.38%

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

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

R = 31.38%
G = 34.15%
B = 34.46%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCDEE0 (or 0xCCDEE0) is known color: Mabel. HEX triplet: CC, DE and E0. RGB value is (204,222,224). Sum of RGB (Red+Green+Blue) = 204+222+224=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE0 is #33211F. Grayscale: #D8D8D8. Windows color (decimal): -3350816 or 14737100. OLE color: 14737100.

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

Color convert

RGB 204 222 224 -
CMYK 0.09 0.01 0 0.12
HSL 186º 0.24% 0.84% -
HSV(B) 186º 0.09% 0.88% -
XYZ 64.48 70.46 80.72 -
YUV 216.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 204 222 224 0.09 0.01 0 0.12 186 0.24 0.84
Hex CC DE E0 9 1 0 C BA 18 54
Octal 314 336 340 11 1 0 14 272 30 124
Binary 11001100 11011110 11100000 1001 1 0 1100 10111010 11000 1010100

Color Harmonies of #CCDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEE0

Black with #CCDEE0

Text Example


Text Example

White with #CCDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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