#DDC3EB

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

Shades of Blue Chalk #DDC3EB

Tints of Blue Chalk #DDC3EB

Color information

#DDC3EB (or 0xDDC3EB) is unknown color: approx Blue Chalk. HEX triplet: DD, C3 and EB. RGB value is (221,195,235). Sum of RGB (Red+Green+Blue) = 221+195+235=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3EB is #223C14. Grayscale: #CFCFCF. Windows color (decimal): -2243605 or 15451101. OLE color: 15451101.

HSL color Cylindrical-coordinate representation of color #DDC3EB: hue angle of 279º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC3EB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221195235-
CMYK0.060.1700.08
HSL279º50%84.31%-
HSV(B)279º17.02%92.16%-
XYZ64.3360.486.87-
YUV207.33143.61137.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=33.95%
G=29.95%
B=36.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211952350.060.1700.082795084.31
HexDDC3EB611081173254
Octal33530335362101042762124
Binary11011101110000111110101111010001010001000101111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3EB; }

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

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

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

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

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

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

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

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