#DDC4E6

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

Shades of Blue Chalk #DDC4E6

Tints of Blue Chalk #DDC4E6

Color information

#DDC4E6 (or 0xDDC4E6) is unknown color: approx Blue Chalk. HEX triplet: DD, C4 and E6. RGB value is (221,196,230). Sum of RGB (Red+Green+Blue) = 221+196+230=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4E6 is #223B19. Grayscale: #CFCFCF. Windows color (decimal): -2243354 or 15123677. OLE color: 15123677.

HSL color Cylindrical-coordinate representation of color #DDC4E6: hue angle of 284.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC4E6 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221196230-
CMYK0.040.1500.10
HSL284.12º40.48%83.53%-
HSV(B)284.12º14.78%90.2%-
XYZ63.8460.5783.19-
YUV207.35140.78137.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 196 (76.95% from 255) = 30.29%
BLUE value IS 230 (90.23% from 255) = 35.55%
R=34.16%
G=30.29%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211962300.040.1500.10284.1240.4883.53
HexDDC4E64F0A11c2854
Octal33530434641701243450124
Binary1101110111000100111001101001111010101000111001010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4E6; }

 p { color: rgb(221,196,230); }

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

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

 a { background-color: rgb(221,196,230); }

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

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

 span { border-color: rgb(221,196,230); }

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