#DFCBEC

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

Shades of Blue Chalk #DFCBEC

Tints of Blue Chalk #DFCBEC

Color information

#DFCBEC (or 0xDFCBEC) is unknown color: approx Blue Chalk. HEX triplet: DF, CB and EC. RGB value is (223,203,236). Sum of RGB (Red+Green+Blue) = 223+203+236=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBEC is #203413. Grayscale: #D4D4D4. Windows color (decimal): -2110484 or 15518687. OLE color: 15518687.

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

Color convert

RGB223203236-
CMYK0.060.1400.07
HSL276.36º46.48%86.08%-
HSV(B)276.36º13.98%92.55%-
XYZ66.9364.4688.27-
YUV212.74141.13135.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=33.69%
G=30.66%
B=35.65%

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
Decimal2232032360.060.1400.07276.3646.4886.08
HexDFCBEC6E071142e56
Octal3373133546160742456126
Binary110111111100101111101100110111001111000101001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBEC; }

 p { color: rgb(223,203,236); }

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

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

 a { background-color: rgb(223,203,236); }

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

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

 span { border-color: rgb(223,203,236); }

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