#DFCEEB

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

Shades of Blue Chalk #DFCEEB

Tints of Blue Chalk #DFCEEB

Color information

#DFCEEB (or 0xDFCEEB) is unknown color: approx Blue Chalk. HEX triplet: DF, CE and EB. RGB value is (223,206,235). Sum of RGB (Red+Green+Blue) = 223+206+235=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEEB is #203114. Grayscale: #D6D6D6. Windows color (decimal): -2109717 or 15453919. OLE color: 15453919.

HSL color Cylindrical-coordinate representation of color #DFCEEB: hue angle of 275.17º degrees, saturation: 0.42, 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 #DFCEEB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223206235-
CMYK0.050.1200.08
HSL275.17º42.03%86.47%-
HSV(B)275.17º12.34%92.16%-
XYZ67.565.8387.75-
YUV214.39139.63134.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=33.58%
G=31.02%
B=35.39%

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
Decimal2232062350.050.1200.08275.1742.0386.47
HexDFCEEB5C081132a56
Octal33731635351401042352126
Binary1101111111001110111010111011100010001000100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEEB; }

 p { color: rgb(223,206,235); }

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

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

 a { background-color: rgb(223,206,235); }

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

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

 span { border-color: rgb(223,206,235); }

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