Html Css Color HEX #DFBDEA Blue Chalk

📋 copy color: '#DFBDEA'

red 223 ◦ green 189 ◦ blue 234

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

Shades of Blue Chalk #DFBDEA

Tints of Blue Chalk #DFBDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.26%

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

R = 34.52%
G = 29.26%
B = 36.22%

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

#DFBDEA (or 0xDFBDEA) is known color: Blue Chalk. HEX triplet: DF, BD and EA. RGB value is (223,189,234). Sum of RGB (Red+Green+Blue) = 223+189+234=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDEA is #204215. Grayscale: #CCCCCC. Windows color (decimal): -2114070 or 15384031. OLE color: 15384031.

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

Color convert

RGB 223 189 234 -
CMYK 0.05 0.19 0 0.08
HSL 285.33º 0.52% 0.83% -
HSV(B) 285.33º 0.19% 0.92% -
XYZ 63.48 58.02 85.7 -
YUV 204.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 223 189 234 0.05 0.19 0 0.08 285.33 0.52 0.83
Hex DF BD EA 5 13 0 8 11D 34 53
Octal 337 275 352 5 23 0 10 435 64 123
Binary 11011111 10111101 11101010 101 10011 0 1000 100011101 110100 1010011

Color Harmonies of #DFBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDEA

Black with #DFBDEA

Text Example


Text Example

White with #DFBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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