#DFBFEC

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

Shades of Blue Chalk #DFBFEC

Tints of Blue Chalk #DFBFEC

Color information

#DFBFEC (or 0xDFBFEC) is unknown color: approx Blue Chalk. HEX triplet: DF, BF and EC. RGB value is (223,191,236). Sum of RGB (Red+Green+Blue) = 223+191+236=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFEC is #204013. Grayscale: #CDCDCD. Windows color (decimal): -2113556 or 15515615. OLE color: 15515615.

HSL color Cylindrical-coordinate representation of color #DFBFEC: hue angle of 282.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBFEC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223191236-
CMYK0.060.1900.07
HSL282.67º54.22%83.73%-
HSV(B)282.67º19.07%92.55%-
XYZ64.259.0187.36-
YUV205.7145.1140.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 191 (75% from 255) = 29.38%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=34.31%
G=29.38%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231912360.060.1900.07282.6754.2283.73
HexDFBFEC6130711b3654
Octal3372773546230743366124
Binary1101111110111111111011001101001101111000110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFEC; }

 p { color: rgb(223,191,236); }

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

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

 a { background-color: rgb(223,191,236); }

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

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

 span { border-color: rgb(223,191,236); }

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