#DFCDEE

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

Shades of Blue Chalk #DFCDEE

Tints of Blue Chalk #DFCDEE

Color information

#DFCDEE (or 0xDFCDEE) is unknown color: approx Blue Chalk. HEX triplet: DF, CD and EE. RGB value is (223,205,238). Sum of RGB (Red+Green+Blue) = 223+205+238=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDEE is #203211. Grayscale: #D6D6D6. Windows color (decimal): -2109970 or 15650271. OLE color: 15650271.

HSL color Cylindrical-coordinate representation of color #DFCDEE: hue angle of 272.73º degrees, saturation: 0.49, 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 #DFCDEE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223205238-
CMYK0.060.1400.07
HSL272.73º49.25%86.86%-
HSV(B)272.73º13.87%93.33%-
XYZ67.765.5289.97-
YUV214.14141.46134.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=33.48%
G=30.78%
B=35.74%

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
Decimal2232052380.060.1400.07272.7349.2586.86
HexDFCDEE6E071113157
Octal3373153566160742161127
Binary110111111100110111101110110111001111000100011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDEE; }

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

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

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

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

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

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

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

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