#DFC4EF

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

Shades of Blue Chalk #DFC4EF

Tints of Blue Chalk #DFC4EF

Color information

#DFC4EF (or 0xDFC4EF) is unknown color: approx Blue Chalk. HEX triplet: DF, C4 and EF. RGB value is (223,196,239). Sum of RGB (Red+Green+Blue) = 223+196+239=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4EF is #203B10. Grayscale: #D0D0D0. Windows color (decimal): -2112273 or 15713503. OLE color: 15713503.

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

Color convert

RGB223196239-
CMYK0.070.1800.06
HSL277.67º57.33%85.29%-
HSV(B)277.67º17.99%93.73%-
XYZ65.7561.490.05-
YUV208.98144.95138-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 196 (76.95% from 255) = 29.79%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=33.89%
G=29.79%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231962390.070.1800.06277.6757.3385.29
HexDFC4EF712061163955
Octal3373043577220642671125
Binary1101111111000100111011111111001001101000101101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4EF; }

 p { color: rgb(223,196,239); }

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

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

 a { background-color: rgb(223,196,239); }

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

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

 span { border-color: rgb(223,196,239); }

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