#DDC6EB

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

Shades of Blue Chalk #DDC6EB

Tints of Blue Chalk #DDC6EB

Color information

#DDC6EB (or 0xDDC6EB) is unknown color: approx Blue Chalk. HEX triplet: DD, C6 and EB. RGB value is (221,198,235). Sum of RGB (Red+Green+Blue) = 221+198+235=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EB is #223914. Grayscale: #D0D0D0. Windows color (decimal): -2242837 or 15451869. OLE color: 15451869.

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

Color convert

RGB221198235-
CMYK0.060.1600.08
HSL277.3º48.05%84.9%-
HSV(B)277.3º15.74%92.16%-
XYZ65.0161.7687.09-
YUV209.1142.62136.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=33.79%
G=30.28%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211982350.060.1600.08277.348.0584.9
HexDDC6EB610081153055
Octal33530635362001042560125
Binary11011101110001101110101111010000010001000101011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6EB; }

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

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

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

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

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

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

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

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