#DDBFE9

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

Shades of Blue Chalk #DDBFE9

Tints of Blue Chalk #DDBFE9

Color information

#DDBFE9 (or 0xDDBFE9) is unknown color: approx Blue Chalk. HEX triplet: DD, BF and E9. RGB value is (221,191,233). Sum of RGB (Red+Green+Blue) = 221+191+233=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFE9 is #224016. Grayscale: #CCCCCC. Windows color (decimal): -2244631 or 15319005. OLE color: 15319005.

HSL color Cylindrical-coordinate representation of color #DDBFE9: hue angle of 282.86º degrees, saturation: 0.49, 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 #DDBFE9 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221191233-
CMYK0.050.1800.09
HSL282.86º48.84%83.14%-
HSV(B)282.86º18.03%91.37%-
XYZ63.1658.5285.06-
YUV204.76143.94139.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=34.26%
G=29.61%
B=36.12%

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
Decimal2211912330.050.1800.09282.8648.8483.14
HexDDBFE95120911b3153
Octal33527735152201143361123
Binary11011101101111111110100110110010010011000110111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFE9; }

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

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

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

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

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

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

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

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