#DFBCEA

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

Shades of Blue Chalk #DFBCEA

Tints of Blue Chalk #DFBCEA

Color information

#DFBCEA (or 0xDFBCEA) is unknown color: approx Blue Chalk. HEX triplet: DF, BC and EA. RGB value is (223,188,234). Sum of RGB (Red+Green+Blue) = 223+188+234=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCEA is #204315. Grayscale: #CBCBCB. Windows color (decimal): -2114326 or 15383775. OLE color: 15383775.

HSL color Cylindrical-coordinate representation of color #DFBCEA: hue angle of 285.65º degrees, saturation: 0.52, 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 #DFBCEA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223188234-
CMYK0.050.2000.08
HSL285.65º52.27%82.75%-
HSV(B)285.65º19.66%91.76%-
XYZ63.2757.5985.62-
YUV203.71145.1141.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=34.57%
G=29.15%
B=36.28%

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
Decimal2231882340.050.2000.08285.6552.2782.75
HexDFBCEA5140811e3453
Octal33727435252401043664123
Binary11011111101111001110101010110100010001000111101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCEA; }

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

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

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

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

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

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

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

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