#DDC8E6

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

Shades of Blue Chalk #DDC8E6

Tints of Blue Chalk #DDC8E6

Color information

#DDC8E6 (or 0xDDC8E6) is unknown color: approx Blue Chalk. HEX triplet: DD, C8 and E6. RGB value is (221,200,230). Sum of RGB (Red+Green+Blue) = 221+200+230=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8E6 is #223719. Grayscale: #D1D1D1. Windows color (decimal): -2242330 or 15124701. OLE color: 15124701.

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

Color convert

RGB221200230-
CMYK0.040.1300.10
HSL282º37.5%84.31%-
HSV(B)282º13.04%90.2%-
XYZ64.7662.3983.49-
YUV209.7139.46136.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 200 (78.52% from 255) = 30.72%
BLUE value IS 230 (90.23% from 255) = 35.33%
R=33.95%
G=30.72%
B=35.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212002300.040.1300.1028237.584.31
HexDDC8E64D0A11a2554
Octal33531034641501243245124
Binary1101110111001000111001101001101010101000110101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8E6; }

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

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

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

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

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

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

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

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