#DDBEE9

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

Shades of Blue Chalk #DDBEE9

Tints of Blue Chalk #DDBEE9

Color information

#DDBEE9 (or 0xDDBEE9) is unknown color: approx Blue Chalk. HEX triplet: DD, BE and E9. RGB value is (221,190,233). Sum of RGB (Red+Green+Blue) = 221+190+233=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEE9 is #224116. Grayscale: #CCCCCC. Windows color (decimal): -2244887 or 15318749. OLE color: 15318749.

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

Color convert

RGB221190233-
CMYK0.050.1800.09
HSL283.26º49.43%82.94%-
HSV(B)283.26º18.45%91.37%-
XYZ62.9458.0884.98-
YUV204.17144.27140-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=34.32%
G=29.50%
B=36.18%

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
Decimal2211902330.050.1800.09283.2649.4382.94
HexDDBEE95120911b3153
Octal33527635152201143361123
Binary11011101101111101110100110110010010011000110111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEE9; }

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

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

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

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

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

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

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

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