#DDC8EA

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

Shades of Blue Chalk #DDC8EA

Tints of Blue Chalk #DDC8EA

Color information

#DDC8EA (or 0xDDC8EA) is unknown color: approx Blue Chalk. HEX triplet: DD, C8 and EA. RGB value is (221,200,234). Sum of RGB (Red+Green+Blue) = 221+200+234=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC8EA is #223715. Grayscale: #D2D2D2. Windows color (decimal): -2242326 or 15386845. OLE color: 15386845.

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

Color convert

RGB221200234-
CMYK0.060.1500.08
HSL277.06º44.74%85.1%-
HSV(B)277.06º14.53%91.76%-
XYZ65.3262.6286.49-
YUV210.15141.46135.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 200 (78.52% from 255) = 30.53%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=33.74%
G=30.53%
B=35.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212002340.060.1500.08277.0644.7485.1
HexDDC8EA6F081152d55
Octal33531035261701042555125
Binary1101110111001000111010101101111010001000101011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8EA; }

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

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

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

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

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

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

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

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