#DFC6ED

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

Shades of Blue Chalk #DFC6ED

Tints of Blue Chalk #DFC6ED

Color information

#DFC6ED (or 0xDFC6ED) is unknown color: approx Blue Chalk. HEX triplet: DF, C6 and ED. RGB value is (223,198,237). Sum of RGB (Red+Green+Blue) = 223+198+237=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6ED is #203912. Grayscale: #D1D1D1. Windows color (decimal): -2111763 or 15582943. OLE color: 15582943.

HSL color Cylindrical-coordinate representation of color #DFC6ED: hue angle of 278.46º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC6ED is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223198237-
CMYK0.060.1600.07
HSL278.46º52%85.29%-
HSV(B)278.46º16.46%92.94%-
XYZ65.9162.1988.65-
YUV209.92143.28137.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 198 (77.73% from 255) = 30.09%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=33.89%
G=30.09%
B=36.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231982370.060.1600.07278.465285.29
HexDFC6ED610071163455
Octal3373063556200742664125
Binary1101111111000110111011011101000001111000101101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6ED; }

 p { color: rgb(223,198,237); }

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

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

 a { background-color: rgb(223,198,237); }

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

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

 span { border-color: rgb(223,198,237); }

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