#DDBFE8

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

Shades of Blue Chalk #DDBFE8

Tints of Blue Chalk #DDBFE8

Color information

#DDBFE8 (or 0xDDBFE8) is unknown color: approx Blue Chalk. HEX triplet: DD, BF and E8. RGB value is (221,191,232). Sum of RGB (Red+Green+Blue) = 221+191+232=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFE8 is #224017. Grayscale: #CCCCCC. Windows color (decimal): -2244632 or 15253469. OLE color: 15253469.

HSL color Cylindrical-coordinate representation of color #DDBFE8: hue angle of 283.9º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBFE8 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221191232-
CMYK0.050.1800.09
HSL283.9º47.13%82.94%-
HSV(B)283.9º17.67%90.98%-
XYZ63.0258.4684.31-
YUV204.64143.44139.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=34.32%
G=29.66%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211912320.050.1800.09283.947.1382.94
HexDDBFE85120911c2f53
Octal33527735052201143457123
Binary11011101101111111110100010110010010011000111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFE8; }

 p { color: rgb(221,191,232); }

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

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

 a { background-color: rgb(221,191,232); }

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

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

 span { border-color: rgb(221,191,232); }

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