#DFC0E9

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

Shades of Blue Chalk #DFC0E9

Tints of Blue Chalk #DFC0E9

Color information

#DFC0E9 (or 0xDFC0E9) is unknown color: approx Blue Chalk. HEX triplet: DF, C0 and E9. RGB value is (223,192,233). Sum of RGB (Red+Green+Blue) = 223+192+233=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0E9 is #203F16. Grayscale: #CDCDCD. Windows color (decimal): -2113303 or 15319263. OLE color: 15319263.

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

Color convert

RGB223192233-
CMYK0.040.1800.09
HSL285.37º48.24%83.33%-
HSV(B)285.37º17.6%91.37%-
XYZ63.9959.2785.16-
YUV205.94143.27140.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 192 (75.39% from 255) = 29.63%
BLUE value IS 233 (91.41% from 255) = 35.96%
R=34.41%
G=29.63%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231922330.040.1800.09285.3748.2483.33
HexDFC0E94120911d3053
Octal33730035142201143560123
Binary11011111110000001110100110010010010011000111011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0E9; }

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

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

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

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

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

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

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

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