#DDBEE7

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

Shades of Blue Chalk #DDBEE7

Tints of Blue Chalk #DDBEE7

Color information

#DDBEE7 (or 0xDDBEE7) is unknown color: approx Blue Chalk. HEX triplet: DD, BE and E7. RGB value is (221,190,231). Sum of RGB (Red+Green+Blue) = 221+190+231=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEE7 is #224118. Grayscale: #CBCBCB. Windows color (decimal): -2244889 or 15187677. OLE color: 15187677.

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

Color convert

RGB221190231-
CMYK0.040.1800.09
HSL285.37º46.07%82.55%-
HSV(B)285.37º17.75%90.59%-
XYZ62.6657.9783.49-
YUV203.94143.27140.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=34.42%
G=29.60%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211902310.040.1800.09285.3746.0782.55
HexDDBEE74120911d2e53
Octal33527634742201143556123
Binary11011101101111101110011110010010010011000111011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEE7; }

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

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

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

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

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

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

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

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