#DFC2EC

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

Shades of Blue Chalk #DFC2EC

Tints of Blue Chalk #DFC2EC

Color information

#DFC2EC (or 0xDFC2EC) is unknown color: approx Blue Chalk. HEX triplet: DF, C2 and EC. RGB value is (223,194,236). Sum of RGB (Red+Green+Blue) = 223+194+236=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2EC is #203D13. Grayscale: #CFCFCF. Windows color (decimal): -2112788 or 15516383. OLE color: 15516383.

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

Color convert

RGB223194236-
CMYK0.060.1800.07
HSL281.43º52.5%84.31%-
HSV(B)281.43º17.8%92.55%-
XYZ64.8660.3387.58-
YUV207.46144.11139.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 194 (76.17% from 255) = 29.71%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=34.15%
G=29.71%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231942360.060.1800.07281.4352.584.31
HexDFC2EC612071193454
Octal3373023546220743164124
Binary1101111111000010111011001101001001111000110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2EC; }

 p { color: rgb(223,194,236); }

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

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

 a { background-color: rgb(223,194,236); }

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

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

 span { border-color: rgb(223,194,236); }

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