#DFBEEC

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

Shades of Blue Chalk #DFBEEC

Tints of Blue Chalk #DFBEEC

Color information

#DFBEEC (or 0xDFBEEC) is unknown color: approx Blue Chalk. HEX triplet: DF, BE and EC. RGB value is (223,190,236). Sum of RGB (Red+Green+Blue) = 223+190+236=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEEC is #204113. Grayscale: #CCCCCC. Windows color (decimal): -2113812 or 15515359. OLE color: 15515359.

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

Color convert

RGB223190236-
CMYK0.060.1900.07
HSL283.04º54.76%83.53%-
HSV(B)283.04º19.49%92.55%-
XYZ63.9958.5787.29-
YUV205.11145.43140.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=34.36%
G=29.28%
B=36.36%

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
Decimal2231902360.060.1900.07283.0454.7683.53
HexDFBEEC6130711b3754
Octal3372763546230743367124
Binary1101111110111110111011001101001101111000110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEEC; }

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

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

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

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

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

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

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

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