Html Css Color HEX #DFD0EC Blue Chalk

📋 copy color: '#DFD0EC'

red 223 ◦ green 208 ◦ blue 236

#DFD0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #DFD0EC

Tints of Blue Chalk #DFD0EC

RGB

 RED value IS 223 (87.5% from 255) = 33.43%

 GREEN value IS 208 (81.64% from 255) = 31.18%

 BLUE value IS 236 (92.58% from 255) = 35.38%

R = 33.43%
G = 31.18%
B = 35.38%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFD0EC (or 0xDFD0EC) is known color: Blue Chalk. HEX triplet: DF, D0 and EC. RGB value is (223,208,236). Sum of RGB (Red+Green+Blue) = 223+208+236=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD0EC is #202F13. Grayscale: #D7D7D7. Windows color (decimal): -2109204 or 15519967. OLE color: 15519967.

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

Color convert

RGB 223 208 236 -
CMYK 0.06 0.12 0 0.07
HSL 272.14º 0.42% 0.87% -
HSV(B) 272.14º 0.12% 0.93% -
XYZ 68.13 66.86 88.67 -
YUV 215.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 223 208 236 0.06 0.12 0 0.07 272.14 0.42 0.87
Hex DF D0 EC 6 C 0 7 110 2A 57
Octal 337 320 354 6 14 0 7 420 52 127
Binary 11011111 11010000 11101100 110 1100 0 111 100010000 101010 1010111

Color Harmonies of #DFD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD0EC

Black with #DFD0EC

Text Example


Text Example

White with #DFD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD0EC; }

 p { color: rgb(223,208,236); }

 H1.HeaderClassName
 {
   color: #DFD0EC;
 }
 .AnyTagClassName
 {
   color: #DFD0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(223,208,236); }

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

border-color css

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

 span { border-color: rgb(223,208,236); }

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