#DFCDE5

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

Shades of Blue Chalk #DFCDE5

Tints of Blue Chalk #DFCDE5

Color information

#DFCDE5 (or 0xDFCDE5) is unknown color: approx Blue Chalk. HEX triplet: DF, CD and E5. RGB value is (223,205,229). Sum of RGB (Red+Green+Blue) = 223+205+229=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDE5 is #20321A. Grayscale: #D5D5D5. Windows color (decimal): -2109979 or 15060447. OLE color: 15060447.

HSL color Cylindrical-coordinate representation of color #DFCDE5: hue angle of 285º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCDE5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223205229-
CMYK0.030.1000.10
HSL285º31.58%85.1%-
HSV(B)285º10.48%89.8%-
XYZ66.4165.0183.18-
YUV213.12136.96135.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=33.94%
G=31.20%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232052290.030.1000.1028531.5885.1
HexDFCDE53A0A11d2055
Octal33731534531201243540125
Binary110111111100110111100101111010010101000111011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDE5; }

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

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

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

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

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

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

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

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