#DFC1ED

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

Shades of Blue Chalk #DFC1ED

Tints of Blue Chalk #DFC1ED

Color information

#DFC1ED (or 0xDFC1ED) is unknown color: approx Blue Chalk. HEX triplet: DF, C1 and ED. RGB value is (223,193,237). Sum of RGB (Red+Green+Blue) = 223+193+237=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC1ED is #203E12. Grayscale: #CECECE. Windows color (decimal): -2113043 or 15581663. OLE color: 15581663.

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

Color convert

RGB223193237-
CMYK0.060.1900.07
HSL280.91º55%84.31%-
HSV(B)280.91º18.57%92.94%-
XYZ64.7959.9488.28-
YUV206.99144.94139.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 193 (75.78% from 255) = 29.56%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=34.15%
G=29.56%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231932370.060.1900.07280.915584.31
HexDFC1ED613071193754
Octal3373013556230743167124
Binary1101111111000001111011011101001101111000110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC1ED; }

 p { color: rgb(223,193,237); }

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

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

 a { background-color: rgb(223,193,237); }

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

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

 span { border-color: rgb(223,193,237); }

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