#CFDFE1

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

Shades of Mabel #CFDFE1

Tints of Mabel #CFDFE1

Color information

#CFDFE1 (or 0xCFDFE1) is unknown color: approx Mabel. HEX triplet: CF, DF and E1. RGB value is (207,223,225). Sum of RGB (Red+Green+Blue) = 207+223+225=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFE1 is #30201E. Grayscale: #DADADA. Windows color (decimal): -3153951 or 14802895. OLE color: 14802895.

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

Color convert

RGB207223225-
CMYK0.080.0100.12
HSL186.67º23.08%84.71%-
HSV(B)186.67º8%88.24%-
XYZ65.7171.4881.57-
YUV218.44131.7119.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=31.60%
G=34.05%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072232250.080.0100.12186.6723.0884.71
HexCFDFE1810Cbb1755
Octal31733734110101427327125
Binary110011111101111111100001100010110010111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFE1; }

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

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

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

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

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

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

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

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