#DDC7E4

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

Shades of Blue Chalk #DDC7E4

Tints of Blue Chalk #DDC7E4

Color information

#DDC7E4 (or 0xDDC7E4) is unknown color: approx Blue Chalk. HEX triplet: DD, C7 and E4. RGB value is (221,199,228). Sum of RGB (Red+Green+Blue) = 221+199+228=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDC7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7E4 is #22381B. Grayscale: #D0D0D0. Windows color (decimal): -2242588 or 14993373. OLE color: 14993373.

HSL color Cylindrical-coordinate representation of color #DDC7E4: hue angle of 285.52º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC7E4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221199228-
CMYK0.030.1300.11
HSL285.52º34.94%83.73%-
HSV(B)285.52º12.72%89.41%-
XYZ64.2561.8281.95-
YUV208.88138.79136.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 199 (78.12% from 255) = 30.71%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=34.10%
G=30.71%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211992280.030.1300.11285.5234.9483.73
HexDDC7E43D0B11e2354
Octal33530734431501343643124
Binary110111011100011111100100111101010111000111101000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7E4; }

 p { color: rgb(221,199,228); }

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

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

 a { background-color: rgb(221,199,228); }

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

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

 span { border-color: rgb(221,199,228); }

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