#DFBDEB

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

Shades of Blue Chalk #DFBDEB

Tints of Blue Chalk #DFBDEB

Color information

#DFBDEB (or 0xDFBDEB) is unknown color: approx Blue Chalk. HEX triplet: DF, BD and EB. RGB value is (223,189,235). Sum of RGB (Red+Green+Blue) = 223+189+235=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDEB is #204214. Grayscale: #CCCCCC. Windows color (decimal): -2114069 or 15449567. OLE color: 15449567.

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

Color convert

RGB223189235-
CMYK0.050.2000.08
HSL284.35º53.49%83.14%-
HSV(B)284.35º19.57%92.16%-
XYZ63.6258.0886.45-
YUV204.41145.26141.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=34.47%
G=29.21%
B=36.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231892350.050.2000.08284.3553.4983.14
HexDFBDEB5140811c3553
Octal33727535352401043465123
Binary11011111101111011110101110110100010001000111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDEB; }

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

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

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

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

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

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

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

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