#DDBEEB

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

Shades of Blue Chalk #DDBEEB

Tints of Blue Chalk #DDBEEB

Color information

#DDBEEB (or 0xDDBEEB) is unknown color: approx Blue Chalk. HEX triplet: DD, BE and EB. RGB value is (221,190,235). Sum of RGB (Red+Green+Blue) = 221+190+235=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEEB is #224114. Grayscale: #CCCCCC. Windows color (decimal): -2244885 or 15449821. OLE color: 15449821.

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

Color convert

RGB221190235-
CMYK0.060.1900.08
HSL281.33º52.94%83.33%-
HSV(B)281.33º19.15%92.16%-
XYZ63.2358.286.5-
YUV204.4145.27139.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=34.21%
G=29.41%
B=36.38%

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
Decimal2211902350.060.1900.08281.3352.9483.33
HexDDBEEB613081193553
Octal33527635362301043165123
Binary11011101101111101110101111010011010001000110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEEB; }

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

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

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

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

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

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

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

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