Html Css Color HEX #DFC4E6 Blue Chalk

📋 copy color: '#DFC4E6'

red 223 ◦ green 196 ◦ blue 230

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

Shades of Blue Chalk #DFC4E6

Tints of Blue Chalk #DFC4E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.44%

R = 34.36%
G = 30.2%
B = 35.44%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFC4E6 (or 0xDFC4E6) is known color: Blue Chalk. HEX triplet: DF, C4 and E6. RGB value is (223,196,230). Sum of RGB (Red+Green+Blue) = 223+196+230=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4E6 is #203B19. Grayscale: #CFCFCF. Windows color (decimal): -2112282 or 15123679. OLE color: 15123679.

HSL color Cylindrical-coordinate representation of color #DFC4E6: hue angle of 287.65º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC4E6 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 196 230 -
CMYK 0.03 0.15 0 0.10
HSL 287.65º 0.4% 0.84% -
HSV(B) 287.65º 0.15% 0.9% -
XYZ 64.45 60.88 83.22 -
YUV 207.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 223 196 230 0.03 0.15 0 0.10 287.65 0.4 0.84
Hex DF C4 E6 3 F 0 A 120 28 54
Octal 337 304 346 3 17 0 12 440 50 124
Binary 11011111 11000100 11100110 11 1111 0 1010 100100000 101000 1010100

Color Harmonies of #DFC4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4E6

Black with #DFC4E6

Text Example


Text Example

White with #DFC4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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