#DDC9E3

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

Shades of Blue Chalk #DDC9E3

Tints of Blue Chalk #DDC9E3

Color information

#DDC9E3 (or 0xDDC9E3) is unknown color: approx Blue Chalk. HEX triplet: DD, C9 and E3. RGB value is (221,201,227). Sum of RGB (Red+Green+Blue) = 221+201+227=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDC9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9E3 is #22361C. Grayscale: #D1D1D1. Windows color (decimal): -2242077 or 14928349. OLE color: 14928349.

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

Color convert

RGB221201227-
CMYK0.030.1100.11
HSL286.15º31.71%83.92%-
HSV(B)286.15º11.45%89.02%-
XYZ64.5762.6981.37-
YUV209.94137.63135.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 201 (78.91% from 255) = 30.97%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=34.05%
G=30.97%
B=34.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212012270.030.1100.11286.1531.7183.92
HexDDC9E33B0B11e2054
Octal33531134331301343640124
Binary110111011100100111100011111011010111000111101000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9E3; }

 p { color: rgb(221,201,227); }

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

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

 a { background-color: rgb(221,201,227); }

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

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

 span { border-color: rgb(221,201,227); }

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