#DFC8EE

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

Shades of Blue Chalk #DFC8EE

Tints of Blue Chalk #DFC8EE

Color information

#DFC8EE (or 0xDFC8EE) is unknown color: approx Blue Chalk. HEX triplet: DF, C8 and EE. RGB value is (223,200,238). Sum of RGB (Red+Green+Blue) = 223+200+238=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8EE is #203711. Grayscale: #D3D3D3. Windows color (decimal): -2111250 or 15648991. OLE color: 15648991.

HSL color Cylindrical-coordinate representation of color #DFC8EE: hue angle of 276.32º degrees, saturation: 0.53, 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 #DFC8EE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223200238-
CMYK0.060.1600.07
HSL276.32º52.78%85.88%-
HSV(B)276.32º15.97%93.33%-
XYZ66.5263.1789.58-
YUV211.21143.12136.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 200 (78.52% from 255) = 30.26%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=33.74%
G=30.26%
B=36.01%

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
Decimal2232002380.060.1600.07276.3252.7885.88
HexDFC8EE610071143556
Octal3373103566200742465126
Binary1101111111001000111011101101000001111000101001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8EE; }

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

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

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

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

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

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

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

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