#DFC8ED

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

Shades of Blue Chalk #DFC8ED

Tints of Blue Chalk #DFC8ED

Color information

#DFC8ED (or 0xDFC8ED) is unknown color: approx Blue Chalk. HEX triplet: DF, C8 and ED. RGB value is (223,200,237). Sum of RGB (Red+Green+Blue) = 223+200+237=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8ED is #203712. Grayscale: #D2D2D2. Windows color (decimal): -2111251 or 15583455. OLE color: 15583455.

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

Color convert

RGB223200237-
CMYK0.060.1600.07
HSL277.3º50.68%85.69%-
HSV(B)277.3º15.61%92.94%-
XYZ66.3763.1188.8-
YUV211.1142.62136.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 200 (78.52% from 255) = 30.30%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=33.79%
G=30.30%
B=35.91%

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
Decimal2232002370.060.1600.07277.350.6885.69
HexDFC8ED610071153356
Octal3373103556200742563126
Binary1101111111001000111011011101000001111000101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8ED; }

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

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

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

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

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

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

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

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