Html Css Color HEX #DFC6EB Blue Chalk

📋 copy color: '#DFC6EB'

red 223 ◦ green 198 ◦ blue 235

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

Shades of Blue Chalk #DFC6EB

Tints of Blue Chalk #DFC6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 33.99%
G = 30.18%
B = 35.82%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFC6EB (or 0xDFC6EB) is known color: Blue Chalk. HEX triplet: DF, C6 and EB. RGB value is (223,198,235). Sum of RGB (Red+Green+Blue) = 223+198+235=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6EB is #203914. Grayscale: #D1D1D1. Windows color (decimal): -2111765 or 15451871. OLE color: 15451871.

HSL color Cylindrical-coordinate representation of color #DFC6EB: hue angle of 280.54º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC6EB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 198 235 -
CMYK 0.05 0.16 0 0.08
HSL 280.54º 0.48% 0.85% -
HSV(B) 280.54º 0.16% 0.92% -
XYZ 65.62 62.07 87.12 -
YUV 209.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 223 198 235 0.05 0.16 0 0.08 280.54 0.48 0.85
Hex DF C6 EB 5 10 0 8 119 30 55
Octal 337 306 353 5 20 0 10 431 60 125
Binary 11011111 11000110 11101011 101 10000 0 1000 100011001 110000 1010101

Color Harmonies of #DFC6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6EB

Black with #DFC6EB

Text Example


Text Example

White with #DFC6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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