#DFBDEA

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

Shades of Blue Chalk #DFBDEA

Tints of Blue Chalk #DFBDEA

Color information

#DFBDEA (or 0xDFBDEA) is unknown color: approx Blue Chalk. HEX triplet: DF, BD and EA. RGB value is (223,189,234). Sum of RGB (Red+Green+Blue) = 223+189+234=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDEA is #204215. Grayscale: #CCCCCC. Windows color (decimal): -2114070 or 15384031. OLE color: 15384031.

HSL color Cylindrical-coordinate representation of color #DFBDEA: hue angle of 285.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBDEA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223189234-
CMYK0.050.1900.08
HSL285.33º51.72%82.94%-
HSV(B)285.33º19.23%91.76%-
XYZ63.4858.0285.7-
YUV204.3144.76141.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=34.52%
G=29.26%
B=36.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231892340.050.1900.08285.3351.7282.94
HexDFBDEA5130811d3453
Octal33727535252301043564123
Binary11011111101111011110101010110011010001000111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDEA; }

 p { color: rgb(223,189,234); }

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

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

 a { background-color: rgb(223,189,234); }

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

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

 span { border-color: rgb(223,189,234); }

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