Html Css Color HEX #DFC4E8 Blue Chalk

📋 copy color: '#DFC4E8'

red 223 ◦ green 196 ◦ blue 232

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

Shades of Blue Chalk #DFC4E8

Tints of Blue Chalk #DFC4E8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.11%

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

R = 34.25%
G = 30.11%
B = 35.64%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFC4E8 (or 0xDFC4E8) is known color: Blue Chalk. HEX triplet: DF, C4 and E8. RGB value is (223,196,232). Sum of RGB (Red+Green+Blue) = 223+196+232=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4E8 is #203B17. Grayscale: #D0D0D0. Windows color (decimal): -2112280 or 15254751. OLE color: 15254751.

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

Color convert

RGB 223 196 232 -
CMYK 0.04 0.16 0 0.09
HSL 285º 0.44% 0.84% -
HSV(B) 285º 0.16% 0.91% -
XYZ 64.74 60.99 84.7 -
YUV 208.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 223 196 232 0.04 0.16 0 0.09 285 0.44 0.84
Hex DF C4 E8 4 10 0 9 11D 2C 54
Octal 337 304 350 4 20 0 11 435 54 124
Binary 11011111 11000100 11101000 100 10000 0 1001 100011101 101100 1010100

Color Harmonies of #DFC4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4E8

Black with #DFC4E8

Text Example


Text Example

White with #DFC4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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