#DFBDE9

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

Shades of Blue Chalk #DFBDE9

Tints of Blue Chalk #DFBDE9

Color information

#DFBDE9 (or 0xDFBDE9) is unknown color: approx Blue Chalk. HEX triplet: DF, BD and E9. RGB value is (223,189,233). Sum of RGB (Red+Green+Blue) = 223+189+233=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDE9 is #204216. Grayscale: #CCCCCC. Windows color (decimal): -2114071 or 15318495. OLE color: 15318495.

HSL color Cylindrical-coordinate representation of color #DFBDE9: hue angle of 286.36º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBDE9 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223189233-
CMYK0.040.1900.09
HSL286.36º50%82.75%-
HSV(B)286.36º18.88%91.37%-
XYZ63.3457.9784.94-
YUV204.18144.26141.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=34.57%
G=29.30%
B=36.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231892330.040.1900.09286.365082.75
HexDFBDE94130911e3253
Octal33727535142301143662123
Binary11011111101111011110100110010011010011000111101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDE9; }

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

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

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

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

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

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

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

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