#DDC5E6

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

Shades of Blue Chalk #DDC5E6

Tints of Blue Chalk #DDC5E6

Color information

#DDC5E6 (or 0xDDC5E6) is unknown color: approx Blue Chalk. HEX triplet: DD, C5 and E6. RGB value is (221,197,230). Sum of RGB (Red+Green+Blue) = 221+197+230=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5E6 is #223A19. Grayscale: #CFCFCF. Windows color (decimal): -2243098 or 15123933. OLE color: 15123933.

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

Color convert

RGB221197230-
CMYK0.040.1400.10
HSL283.64º39.76%83.73%-
HSV(B)283.64º14.35%90.2%-
XYZ64.0761.0283.26-
YUV207.94140.45137.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 197 (77.34% from 255) = 30.40%
BLUE value IS 230 (90.23% from 255) = 35.49%
R=34.10%
G=30.40%
B=35.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211972300.040.1400.10283.6439.7683.73
HexDDC5E64E0A11c2854
Octal33530534641601243450124
Binary1101110111000101111001101001110010101000111001010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5E6; }

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

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

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

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

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

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

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

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