#DFBEEA

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

Shades of Blue Chalk #DFBEEA

Tints of Blue Chalk #DFBEEA

Color information

#DFBEEA (or 0xDFBEEA) is unknown color: approx Blue Chalk. HEX triplet: DF, BE and EA. RGB value is (223,190,234). Sum of RGB (Red+Green+Blue) = 223+190+234=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEEA is #204115. Grayscale: #CCCCCC. Windows color (decimal): -2113814 or 15384287. OLE color: 15384287.

HSL color Cylindrical-coordinate representation of color #DFBEEA: hue angle of 285º degrees, saturation: 0.51, 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 #DFBEEA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223190234-
CMYK0.050.1900.08
HSL285º51.16%83.14%-
HSV(B)285º18.8%91.76%-
XYZ63.758.4685.77-
YUV204.88144.43140.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=34.47%
G=29.37%
B=36.17%

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
Decimal2231902340.050.1900.0828551.1683.14
HexDFBEEA5130811d3353
Octal33727635252301043563123
Binary11011111101111101110101010110011010001000111011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEEA; }

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

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

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

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

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

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

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

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