#DFC3EE

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

Shades of Blue Chalk #DFC3EE

Tints of Blue Chalk #DFC3EE

Color information

#DFC3EE (or 0xDFC3EE) is unknown color: approx Blue Chalk. HEX triplet: DF, C3 and EE. RGB value is (223,195,238). Sum of RGB (Red+Green+Blue) = 223+195+238=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3EE is #203C11. Grayscale: #D0D0D0. Windows color (decimal): -2112530 or 15647711. OLE color: 15647711.

HSL color Cylindrical-coordinate representation of color #DFC3EE: hue angle of 279.07º degrees, saturation: 0.56, 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 #DFC3EE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223195238-
CMYK0.060.1800.07
HSL279.07º55.84%84.9%-
HSV(B)279.07º18.07%93.33%-
XYZ65.3860.8989.2-
YUV208.27144.78138.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 195 (76.56% from 255) = 29.73%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=33.99%
G=29.73%
B=36.28%

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
Decimal2231952380.060.1800.07279.0755.8484.9
HexDFC3EE612071173855
Octal3373033566220742770125
Binary1101111111000011111011101101001001111000101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3EE; }

 p { color: rgb(223,195,238); }

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

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

 a { background-color: rgb(223,195,238); }

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

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

 span { border-color: rgb(223,195,238); }

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