#DFC8EA

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

Shades of Blue Chalk #DFC8EA

Tints of Blue Chalk #DFC8EA

Color information

#DFC8EA (or 0xDFC8EA) is unknown color: approx Blue Chalk. HEX triplet: DF, C8 and EA. RGB value is (223,200,234). Sum of RGB (Red+Green+Blue) = 223+200+234=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8EA is #203715. Grayscale: #D2D2D2. Windows color (decimal): -2111254 or 15386847. OLE color: 15386847.

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

Color convert

RGB223200234-
CMYK0.050.1500.08
HSL280.59º44.74%85.1%-
HSV(B)280.59º14.53%91.76%-
XYZ65.9462.9486.51-
YUV210.75141.12136.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=33.94%
G=30.44%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232002340.050.1500.08280.5944.7485.1
HexDFC8EA5F081192d55
Octal33731035251701043155125
Binary1101111111001000111010101011111010001000110011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8EA; }

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

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

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

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

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

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

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

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