#DFC0EB

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

Shades of Blue Chalk #DFC0EB

Tints of Blue Chalk #DFC0EB

Color information

#DFC0EB (or 0xDFC0EB) is unknown color: approx Blue Chalk. HEX triplet: DF, C0 and EB. RGB value is (223,192,235). Sum of RGB (Red+Green+Blue) = 223+192+235=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0EB is #203F14. Grayscale: #CECECE. Windows color (decimal): -2113301 or 15450335. OLE color: 15450335.

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

Color convert

RGB223192235-
CMYK0.050.1800.08
HSL283.26º51.81%83.73%-
HSV(B)283.26º18.3%92.16%-
XYZ64.2859.3986.67-
YUV206.17144.27140-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=34.31%
G=29.54%
B=36.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231922350.050.1800.08283.2651.8183.73
HexDFC0EB5120811b3454
Octal33730035352201043364124
Binary11011111110000001110101110110010010001000110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0EB; }

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

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

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

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

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

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

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

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