#DFC5EE

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

Shades of Blue Chalk #DFC5EE

Tints of Blue Chalk #DFC5EE

Color information

#DFC5EE (or 0xDFC5EE) is unknown color: approx Blue Chalk. HEX triplet: DF, C5 and EE. RGB value is (223,197,238). Sum of RGB (Red+Green+Blue) = 223+197+238=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5EE is #203A11. Grayscale: #D1D1D1. Windows color (decimal): -2112018 or 15648223. OLE color: 15648223.

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

Color convert

RGB223197238-
CMYK0.060.1700.07
HSL278.05º54.67%85.29%-
HSV(B)278.05º17.23%93.33%-
XYZ65.8361.7989.35-
YUV209.45144.11137.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 197 (77.34% from 255) = 29.94%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=33.89%
G=29.94%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231972380.060.1700.07278.0554.6785.29
HexDFC5EE611071163755
Octal3373053566210742667125
Binary1101111111000101111011101101000101111000101101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5EE; }

 p { color: rgb(223,197,238); }

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

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

 a { background-color: rgb(223,197,238); }

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

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

 span { border-color: rgb(223,197,238); }

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