#DFCDED

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

Shades of Blue Chalk #DFCDED

Tints of Blue Chalk #DFCDED

Color information

#DFCDED (or 0xDFCDED) is unknown color: approx Blue Chalk. HEX triplet: DF, CD and ED. RGB value is (223,205,237). Sum of RGB (Red+Green+Blue) = 223+205+237=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDED is #203212. Grayscale: #D5D5D5. Windows color (decimal): -2109971 or 15584735. OLE color: 15584735.

HSL color Cylindrical-coordinate representation of color #DFCDED: hue angle of 273.75º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCDED is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223205237-
CMYK0.060.1400.07
HSL273.75º47.06%86.67%-
HSV(B)273.75º13.5%92.94%-
XYZ67.5565.4789.2-
YUV214.03140.96134.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=33.53%
G=30.83%
B=35.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232052370.060.1400.07273.7547.0686.67
HexDFCDED6E071122f57
Octal3373153556160742257127
Binary110111111100110111101101110111001111000100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDED; }

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

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

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

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

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

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

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

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