#DDC1EA

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

Shades of Blue Chalk #DDC1EA

Tints of Blue Chalk #DDC1EA

Color information

#DDC1EA (or 0xDDC1EA) is unknown color: approx Blue Chalk. HEX triplet: DD, C1 and EA. RGB value is (221,193,234). Sum of RGB (Red+Green+Blue) = 221+193+234=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1EA is #223E15. Grayscale: #CDCDCD. Windows color (decimal): -2244118 or 15385053. OLE color: 15385053.

HSL color Cylindrical-coordinate representation of color #DDC1EA: hue angle of 280.98º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC1EA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221193234-
CMYK0.060.1800.08
HSL280.98º49.4%83.73%-
HSV(B)280.98º17.52%91.76%-
XYZ63.7459.4585.96-
YUV206.05143.78138.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 193 (75.78% from 255) = 29.78%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=34.10%
G=29.78%
B=36.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211932340.060.1800.08280.9849.483.73
HexDDC1EA612081193154
Octal33530135262201043161124
Binary11011101110000011110101011010010010001000110011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1EA; }

 p { color: rgb(221,193,234); }

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

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

 a { background-color: rgb(221,193,234); }

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

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

 span { border-color: rgb(221,193,234); }

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