#DDC4EA

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

Shades of Blue Chalk #DDC4EA

Tints of Blue Chalk #DDC4EA

Color information

#DDC4EA (or 0xDDC4EA) is unknown color: approx Blue Chalk. HEX triplet: DD, C4 and EA. RGB value is (221,196,234). Sum of RGB (Red+Green+Blue) = 221+196+234=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4EA is #223B15. Grayscale: #CFCFCF. Windows color (decimal): -2243350 or 15385821. OLE color: 15385821.

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

Color convert

RGB221196234-
CMYK0.060.1600.08
HSL279.47º47.5%84.31%-
HSV(B)279.47º16.24%91.76%-
XYZ64.4160.7986.18-
YUV207.81142.78137.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 196 (76.95% from 255) = 30.11%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=33.95%
G=30.11%
B=35.94%

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
Decimal2211962340.060.1600.08279.4747.584.31
HexDDC4EA610081172f54
Octal33530435262001042757124
Binary11011101110001001110101011010000010001000101111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4EA; }

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

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

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

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

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

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

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

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