#DFC2EB

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

Shades of Blue Chalk #DFC2EB

Tints of Blue Chalk #DFC2EB

Color information

#DFC2EB (or 0xDFC2EB) is unknown color: approx Blue Chalk. HEX triplet: DF, C2 and EB. RGB value is (223,194,235). Sum of RGB (Red+Green+Blue) = 223+194+235=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2EB is #203D14. Grayscale: #CFCFCF. Windows color (decimal): -2112789 or 15450847. OLE color: 15450847.

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

Color convert

RGB223194235-
CMYK0.050.1700.08
HSL282.44º50.62%84.12%-
HSV(B)282.44º17.45%92.16%-
XYZ64.7260.2786.82-
YUV207.34143.61139.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 194 (76.17% from 255) = 29.75%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=34.20%
G=29.75%
B=36.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231942350.050.1700.08282.4450.6284.12
HexDFC2EB5110811a3354
Octal33730235352101043263124
Binary11011111110000101110101110110001010001000110101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2EB; }

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

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

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

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

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

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

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

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