#DFCCE5

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

Shades of Blue Chalk #DFCCE5

Tints of Blue Chalk #DFCCE5

Color information

#DFCCE5 (or 0xDFCCE5) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and E5. RGB value is (223,204,229). Sum of RGB (Red+Green+Blue) = 223+204+229=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCE5 is #20331A. Grayscale: #D4D4D4. Windows color (decimal): -2110235 or 15060191. OLE color: 15060191.

HSL color Cylindrical-coordinate representation of color #DFCCE5: hue angle of 285.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCCE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223204229-
CMYK0.030.1100.10
HSL285.6º32.47%84.9%-
HSV(B)285.6º10.92%89.8%-
XYZ66.1764.5383.1-
YUV212.53137.29135.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=33.99%
G=31.10%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232042290.030.1100.10285.632.4784.9
HexDFCCE53B0A11e2055
Octal33731434531301243640125
Binary110111111100110011100101111011010101000111101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCE5; }

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

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

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

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

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

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

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

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