Html Css Color HEX #DFBCEA Blue Chalk

📋 copy color: '#DFBCEA'

red 223 ◦ green 188 ◦ blue 234

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

Shades of Blue Chalk #DFBCEA

Tints of Blue Chalk #DFBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.15%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 34.57%
G = 29.15%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFBCEA (or 0xDFBCEA) is known color: Blue Chalk. HEX triplet: DF, BC and EA. RGB value is (223,188,234). Sum of RGB (Red+Green+Blue) = 223+188+234=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCEA is #204315. Grayscale: #CBCBCB. Windows color (decimal): -2114326 or 15383775. OLE color: 15383775.

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

Color convert

RGB 223 188 234 -
CMYK 0.05 0.20 0 0.08
HSL 285.65º 0.52% 0.83% -
HSV(B) 285.65º 0.2% 0.92% -
XYZ 63.27 57.59 85.62 -
YUV 203.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 223 188 234 0.05 0.20 0 0.08 285.65 0.52 0.83
Hex DF BC EA 5 14 0 8 11E 34 53
Octal 337 274 352 5 24 0 10 436 64 123
Binary 11011111 10111100 11101010 101 10100 0 1000 100011110 110100 1010011

Color Harmonies of #DFBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBCEA

Black with #DFBCEA

Text Example


Text Example

White with #DFBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBCEA; }

 p { color: rgb(223,188,234); }

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

background-color css

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

 a { background-color: rgb(223,188,234); }

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

border-color css

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

 span { border-color: rgb(223,188,234); }

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