Html Css Color HEX #DFBFEB Blue Chalk

📋 copy color: '#DFBFEB'

red 223 ◦ green 191 ◦ blue 235

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

Shades of Blue Chalk #DFBFEB

Tints of Blue Chalk #DFBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 29.43%

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

R = 34.36%
G = 29.43%
B = 36.21%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFBFEB (or 0xDFBFEB) is known color: Blue Chalk. HEX triplet: DF, BF and EB. RGB value is (223,191,235). Sum of RGB (Red+Green+Blue) = 223+191+235=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFEB is #204014. Grayscale: #CDCDCD. Windows color (decimal): -2113557 or 15450079. OLE color: 15450079.

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

Color convert

RGB 223 191 235 -
CMYK 0.05 0.19 0 0.08
HSL 283.64º 0.52% 0.84% -
HSV(B) 283.64º 0.19% 0.92% -
XYZ 64.06 58.95 86.6 -
YUV 205.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 223 191 235 0.05 0.19 0 0.08 283.64 0.52 0.84
Hex DF BF EB 5 13 0 8 11C 34 54
Octal 337 277 353 5 23 0 10 434 64 124
Binary 11011111 10111111 11101011 101 10011 0 1000 100011100 110100 1010100

Color Harmonies of #DFBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFEB

Black with #DFBFEB

Text Example


Text Example

White with #DFBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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