#DFBEEB

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

Shades of Blue Chalk #DFBEEB

Tints of Blue Chalk #DFBEEB

Color information

#DFBEEB (or 0xDFBEEB) is unknown color: approx Blue Chalk. HEX triplet: DF, BE and EB. RGB value is (223,190,235). Sum of RGB (Red+Green+Blue) = 223+190+235=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEEB is #204114. Grayscale: #CCCCCC. Windows color (decimal): -2113813 or 15449823. OLE color: 15449823.

HSL color Cylindrical-coordinate representation of color #DFBEEB: hue angle of 284º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBEEB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223190235-
CMYK0.050.1900.08
HSL284º52.94%83.33%-
HSV(B)284º19.15%92.16%-
XYZ63.8458.5186.53-
YUV205144.93140.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=34.41%
G=29.32%
B=36.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231902350.050.1900.0828452.9483.33
HexDFBEEB5130811c3553
Octal33727635352301043465123
Binary11011111101111101110101110110011010001000111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEEB; }

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

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

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

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

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

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

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

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