#CDDFE1

Color #CDDFE1 Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #CDDFE1

Tints of Mabel #CDDFE1

Color information

#CDDFE1 (or 0xCDDFE1) is unknown color: approx Mabel. HEX triplet: CD, DF and E1. RGB value is (205,223,225). Sum of RGB (Red+Green+Blue) = 205+223+225=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFE1 is #32201E. Grayscale: #D9D9D9. Windows color (decimal): -3285023 or 14802893. OLE color: 14802893.

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

Color convert

RGB205223225-
CMYK0.090.0100.12
HSL186º25%84.31%-
HSV(B)186º8.89%88.24%-
XYZ65.1671.1981.54-
YUV217.85132.04118.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=31.39%
G=34.15%
B=34.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052232250.090.0100.121862584.31
HexCDDFE1910Cba1954
Octal31533734111101427231124
Binary110011011101111111100001100110110010111010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFE1; }

 p { color: rgb(205,223,225); }

 H1.HeaderClassName
 {
   color: #CDDFE1;
 }
 .AnyTagClassName
 {
   color: #CDDFE1;
 }
</style>
background-color css

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

 a { background-color: rgb(205,223,225); }

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

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

 span { border-color: rgb(205,223,225); }

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