Html Css Color HEX #DFC0EC Blue Chalk

📋 copy color: '#DFC0EC'

red 223 ◦ green 192 ◦ blue 236

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

Shades of Blue Chalk #DFC0EC

Tints of Blue Chalk #DFC0EC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.49%

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

R = 34.25%
G = 29.49%
B = 36.25%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFC0EC (or 0xDFC0EC) is known color: Blue Chalk. HEX triplet: DF, C0 and EC. RGB value is (223,192,236). Sum of RGB (Red+Green+Blue) = 223+192+236=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0EC is #203F13. Grayscale: #CECECE. Windows color (decimal): -2113300 or 15515871. OLE color: 15515871.

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

Color convert

RGB 223 192 236 -
CMYK 0.06 0.19 0 0.07
HSL 282.27º 0.54% 0.84% -
HSV(B) 282.27º 0.19% 0.93% -
XYZ 64.42 59.44 87.44 -
YUV 206.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 223 192 236 0.06 0.19 0 0.07 282.27 0.54 0.84
Hex DF C0 EC 6 13 0 7 11A 36 54
Octal 337 300 354 6 23 0 7 432 66 124
Binary 11011111 11000000 11101100 110 10011 0 111 100011010 110110 1010100

Color Harmonies of #DFC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0EC

Black with #DFC0EC

Text Example


Text Example

White with #DFC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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