#DFC2ED

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

Shades of Blue Chalk #DFC2ED

Tints of Blue Chalk #DFC2ED

Color information

#DFC2ED (or 0xDFC2ED) is unknown color: approx Blue Chalk. HEX triplet: DF, C2 and ED. RGB value is (223,194,237). Sum of RGB (Red+Green+Blue) = 223+194+237=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2ED is #203D12. Grayscale: #CFCFCF. Windows color (decimal): -2112787 or 15581919. OLE color: 15581919.

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

Color convert

RGB223194237-
CMYK0.060.1800.07
HSL280.47º54.43%84.51%-
HSV(B)280.47º18.14%92.94%-
XYZ65.0160.3988.35-
YUV207.57144.61139-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=34.10%
G=29.66%
B=36.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231942370.060.1800.07280.4754.4384.51
HexDFC2ED612071183655
Octal3373023556220743066125
Binary1101111111000010111011011101001001111000110001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2ED; }

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

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

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

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

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

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

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

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