Html Css Color HEX #DFBFE8 Blue Chalk

📋 copy color: '#DFBFE8'

red 223 ◦ green 191 ◦ blue 232

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

Shades of Blue Chalk #DFBFE8

Tints of Blue Chalk #DFBFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.91%

R = 34.52%
G = 29.57%
B = 35.91%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFBFE8 (or 0xDFBFE8) is known color: Blue Chalk. HEX triplet: DF, BF and E8. RGB value is (223,191,232). Sum of RGB (Red+Green+Blue) = 223+191+232=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFE8 is #204017. Grayscale: #CDCDCD. Windows color (decimal): -2113560 or 15253471. OLE color: 15253471.

HSL color Cylindrical-coordinate representation of color #DFBFE8: hue angle of 286.83º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBFE8 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 191 232 -
CMYK 0.04 0.18 0 0.09
HSL 286.83º 0.47% 0.83% -
HSV(B) 286.83º 0.18% 0.91% -
XYZ 63.63 58.78 84.34 -
YUV 205.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 223 191 232 0.04 0.18 0 0.09 286.83 0.47 0.83
Hex DF BF E8 4 12 0 9 11F 2F 53
Octal 337 277 350 4 22 0 11 437 57 123
Binary 11011111 10111111 11101000 100 10010 0 1001 100011111 101111 1010011

Color Harmonies of #DFBFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBFE8

Black with #DFBFE8

Text Example


Text Example

White with #DFBFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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