#CDDFE2

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

Shades of Mabel #CDDFE2

Tints of Mabel #CDDFE2

Color information

#CDDFE2 (or 0xCDDFE2) is unknown color: approx Mabel. HEX triplet: CD, DF and E2. RGB value is (205,223,226). Sum of RGB (Red+Green+Blue) = 205+223+226=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFE2 is #32201D. Grayscale: #D9D9D9. Windows color (decimal): -3285022 or 14868429. OLE color: 14868429.

HSL color Cylindrical-coordinate representation of color #CDDFE2: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDFE2 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205223226-
CMYK0.090.0100.11
HSL188.57º26.58%84.51%-
HSV(B)188.57º9.29%88.63%-
XYZ65.2971.2582.26-
YUV217.96132.54118.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=31.35%
G=34.10%
B=34.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052232260.090.0100.11188.5726.5884.51
HexCDDFE2910Bbd1b55
Octal31533734211101327533125
Binary110011011101111111100010100110101110111101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFE2; }

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

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

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

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

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

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

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

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