#DFC6EA

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

Shades of Blue Chalk #DFC6EA

Tints of Blue Chalk #DFC6EA

Color information

#DFC6EA (or 0xDFC6EA) is unknown color: approx Blue Chalk. HEX triplet: DF, C6 and EA. RGB value is (223,198,234). Sum of RGB (Red+Green+Blue) = 223+198+234=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6EA is #203915. Grayscale: #D1D1D1. Windows color (decimal): -2111766 or 15386335. OLE color: 15386335.

HSL color Cylindrical-coordinate representation of color #DFC6EA: hue angle of 281.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC6EA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223198234-
CMYK0.050.1500.08
HSL281.67º46.15%84.71%-
HSV(B)281.67º15.38%91.76%-
XYZ65.4862.0286.36-
YUV209.58141.78137.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=34.05%
G=30.23%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231982340.050.1500.08281.6746.1584.71
HexDFC6EA5F0811a2e55
Octal33730635251701043256125
Binary1101111111000110111010101011111010001000110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6EA; }

 p { color: rgb(223,198,234); }

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

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

 a { background-color: rgb(223,198,234); }

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

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

 span { border-color: rgb(223,198,234); }

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