Html Css Color HEX #DFC6EC Blue Chalk

📋 copy color: '#DFC6EC'

red 223 ◦ green 198 ◦ blue 236

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

Shades of Blue Chalk #DFC6EC

Tints of Blue Chalk #DFC6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.14%

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

R = 33.94%
G = 30.14%
B = 35.92%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFC6EC (or 0xDFC6EC) is known color: Blue Chalk. HEX triplet: DF, C6 and EC. RGB value is (223,198,236). Sum of RGB (Red+Green+Blue) = 223+198+236=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6EC is #203913. Grayscale: #D1D1D1. Windows color (decimal): -2111764 or 15517407. OLE color: 15517407.

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

Color convert

RGB 223 198 236 -
CMYK 0.06 0.16 0 0.07
HSL 279.47º 0.5% 0.85% -
HSV(B) 279.47º 0.16% 0.93% -
XYZ 65.77 62.13 87.88 -
YUV 209.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 223 198 236 0.06 0.16 0 0.07 279.47 0.5 0.85
Hex DF C6 EC 6 10 0 7 117 32 55
Octal 337 306 354 6 20 0 7 427 62 125
Binary 11011111 11000110 11101100 110 10000 0 111 100010111 110010 1010101

Color Harmonies of #DFC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6EC

Black with #DFC6EC

Text Example


Text Example

White with #DFC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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