#DFCCE7

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

Shades of Blue Chalk #DFCCE7

Tints of Blue Chalk #DFCCE7

Color information

#DFCCE7 (or 0xDFCCE7) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and E7. RGB value is (223,204,231). Sum of RGB (Red+Green+Blue) = 223+204+231=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCE7 is #203318. Grayscale: #D4D4D4. Windows color (decimal): -2110233 or 15191263. OLE color: 15191263.

HSL color Cylindrical-coordinate representation of color #DFCCE7: hue angle of 282.22º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCCE7 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223204231-
CMYK0.030.1200.09
HSL282.22º36%85.29%-
HSV(B)282.22º11.69%90.59%-
XYZ66.4564.6484.58-
YUV212.76138.29135.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 231 (90.62% from 255) = 35.11%
R=33.89%
G=31.00%
B=35.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232042310.030.1200.09282.223685.29
HexDFCCE73C0911a2455
Octal33731434731401143244125
Binary110111111100110011100111111100010011000110101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCE7; }

 p { color: rgb(223,204,231); }

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

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

 a { background-color: rgb(223,204,231); }

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

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

 span { border-color: rgb(223,204,231); }

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