Html Css Color HEX #DFC7EB Blue Chalk

📋 copy color: '#DFC7EB'

red 223 ◦ green 199 ◦ blue 235

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

Shades of Blue Chalk #DFC7EB

Tints of Blue Chalk #DFC7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.29%

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

R = 33.94%
G = 30.29%
B = 35.77%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFC7EB (or 0xDFC7EB) is known color: Blue Chalk. HEX triplet: DF, C7 and EB. RGB value is (223,199,235). Sum of RGB (Red+Green+Blue) = 223+199+235=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFC7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7EB is #203814. Grayscale: #D2D2D2. Windows color (decimal): -2111509 or 15452127. OLE color: 15452127.

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

Color convert

RGB 223 199 235 -
CMYK 0.05 0.15 0 0.08
HSL 280º 0.47% 0.85% -
HSV(B) 280º 0.15% 0.92% -
XYZ 65.85 62.53 87.2 -
YUV 210.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 223 199 235 0.05 0.15 0 0.08 280 0.47 0.85
Hex DF C7 EB 5 F 0 8 118 2F 55
Octal 337 307 353 5 17 0 10 430 57 125
Binary 11011111 11000111 11101011 101 1111 0 1000 100011000 101111 1010101

Color Harmonies of #DFC7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC7EB

Black with #DFC7EB

Text Example


Text Example

White with #DFC7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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