#DDC3E9

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

Shades of Blue Chalk #DDC3E9

Tints of Blue Chalk #DDC3E9

Color information

#DDC3E9 (or 0xDDC3E9) is unknown color: approx Blue Chalk. HEX triplet: DD, C3 and E9. RGB value is (221,195,233). Sum of RGB (Red+Green+Blue) = 221+195+233=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDC3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3E9 is #223C16. Grayscale: #CECECE. Windows color (decimal): -2243607 or 15320029. OLE color: 15320029.

HSL color Cylindrical-coordinate representation of color #DDC3E9: hue angle of 281.05º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC3E9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221195233-
CMYK0.050.1600.09
HSL281.05º46.34%83.92%-
HSV(B)281.05º16.31%91.37%-
XYZ64.0460.2985.35-
YUV207.11142.61137.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 195 (76.56% from 255) = 30.05%
BLUE value IS 233 (91.41% from 255) = 35.90%
R=34.05%
G=30.05%
B=35.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211952330.050.1600.09281.0546.3483.92
HexDDC3E9510091192e54
Octal33530335152001143156124
Binary11011101110000111110100110110000010011000110011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3E9; }

 p { color: rgb(221,195,233); }

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

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

 a { background-color: rgb(221,195,233); }

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

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

 span { border-color: rgb(221,195,233); }

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