Html Css Color HEX #CDDEE0 Mabel

📋 copy color: '#CDDEE0'

red 205 ◦ green 222 ◦ blue 224

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

Shades of Mabel #CDDEE0

Tints of Mabel #CDDEE0

RGB

 RED value IS 205 (80.47% from 255) = 31.49%

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

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

R = 31.49%
G = 34.1%
B = 34.41%

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

#CDDEE0 (or 0xCDDEE0) is known color: Mabel. HEX triplet: CD, DE and E0. RGB value is (205,222,224). Sum of RGB (Red+Green+Blue) = 205+222+224=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEE0 is #32211F. Grayscale: #D9D9D9. Windows color (decimal): -3285280 or 14737101. OLE color: 14737101.

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

Color convert

RGB 205 222 224 -
CMYK 0.08 0.01 0 0.12
HSL 186.32º 0.23% 0.84% -
HSV(B) 186.32º 0.08% 0.88% -
XYZ 64.75 70.6 80.74 -
YUV 217.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 205 222 224 0.08 0.01 0 0.12 186.32 0.23 0.84
Hex CD DE E0 8 1 0 C BA 17 54
Octal 315 336 340 10 1 0 14 272 27 124
Binary 11001101 11011110 11100000 1000 1 0 1100 10111010 10111 1010100

Color Harmonies of #CDDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDEE0

Black with #CDDEE0

Text Example


Text Example

White with #CDDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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