#DFBFED

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

Shades of Blue Chalk #DFBFED

Tints of Blue Chalk #DFBFED

Color information

#DFBFED (or 0xDFBFED) is unknown color: approx Blue Chalk. HEX triplet: DF, BF and ED. RGB value is (223,191,237). Sum of RGB (Red+Green+Blue) = 223+191+237=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFBFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFED is #204012. Grayscale: #CDCDCD. Windows color (decimal): -2113555 or 15581151. OLE color: 15581151.

HSL color Cylindrical-coordinate representation of color #DFBFED: hue angle of 281.74º degrees, saturation: 0.56, 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 #DFBFED is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223191237-
CMYK0.060.1900.07
HSL281.74º56.1%83.92%-
HSV(B)281.74º19.41%92.94%-
XYZ64.3559.0688.13-
YUV205.81145.6140.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=34.25%
G=29.34%
B=36.41%

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
Decimal2231912370.060.1900.07281.7456.183.92
HexDFBFED6130711a3854
Octal3372773556230743270124
Binary1101111110111111111011011101001101111000110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFED; }

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

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

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

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

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

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

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

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