#DDC1EB

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

Shades of Blue Chalk #DDC1EB

Tints of Blue Chalk #DDC1EB

Color information

#DDC1EB (or 0xDDC1EB) is unknown color: approx Blue Chalk. HEX triplet: DD, C1 and EB. RGB value is (221,193,235). Sum of RGB (Red+Green+Blue) = 221+193+235=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1EB is #223E14. Grayscale: #CECECE. Windows color (decimal): -2244117 or 15450589. OLE color: 15450589.

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

Color convert

RGB221193235-
CMYK0.060.1800.08
HSL280º51.22%83.92%-
HSV(B)280º17.87%92.16%-
XYZ63.8859.5186.72-
YUV206.16144.28138.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=34.05%
G=29.74%
B=36.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211932350.060.1800.0828051.2283.92
HexDDC1EB612081183354
Octal33530135362201043063124
Binary11011101110000011110101111010010010001000110001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1EB; }

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

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

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

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

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

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

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

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