#DFCDEA

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

Shades of Blue Chalk #DFCDEA

Tints of Blue Chalk #DFCDEA

Color information

#DFCDEA (or 0xDFCDEA) is unknown color: approx Blue Chalk. HEX triplet: DF, CD and EA. RGB value is (223,205,234). Sum of RGB (Red+Green+Blue) = 223+205+234=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFCDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDEA is #203215. Grayscale: #D5D5D5. Windows color (decimal): -2109974 or 15388127. OLE color: 15388127.

HSL color Cylindrical-coordinate representation of color #DFCDEA: hue angle of 277.24º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCDEA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223205234-
CMYK0.050.1200.08
HSL277.24º40.85%86.08%-
HSV(B)277.24º12.39%91.76%-
XYZ67.1165.2986.91-
YUV213.69139.46134.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=33.69%
G=30.97%
B=35.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232052340.050.1200.08277.2440.8586.08
HexDFCDEA5C081152956
Octal33731535251401042551126
Binary1101111111001101111010101011100010001000101011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDEA; }

 p { color: rgb(223,205,234); }

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

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

 a { background-color: rgb(223,205,234); }

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

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

 span { border-color: rgb(223,205,234); }

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