#DDBDEA

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

Shades of Blue Chalk #DDBDEA

Tints of Blue Chalk #DDBDEA

Color information

#DDBDEA (or 0xDDBDEA) is unknown color: approx Blue Chalk. HEX triplet: DD, BD and EA. RGB value is (221,189,234). Sum of RGB (Red+Green+Blue) = 221+189+234=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDEA is #224215. Grayscale: #CBCBCB. Windows color (decimal): -2245142 or 15384029. OLE color: 15384029.

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

Color convert

RGB221189234-
CMYK0.060.1900.08
HSL282.67º51.72%82.94%-
HSV(B)282.67º19.23%91.76%-
XYZ62.8757.7185.67-
YUV203.7145.1140.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=34.32%
G=29.35%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211892340.060.1900.08282.6751.7282.94
HexDDBDEA6130811b3453
Octal33527535262301043364123
Binary11011101101111011110101011010011010001000110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDEA; }

 p { color: rgb(221,189,234); }

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

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

 a { background-color: rgb(221,189,234); }

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

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

 span { border-color: rgb(221,189,234); }

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