Html Css Color HEX #DFC8E5 Blue Chalk

📋 copy color: '#DFC8E5'

red 223 ◦ green 200 ◦ blue 229

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

Shades of Blue Chalk #DFC8E5

Tints of Blue Chalk #DFC8E5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.67%

 BLUE value IS 229 (89.84% from 255) = 35.12%

R = 34.2%
G = 30.67%
B = 35.12%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFC8E5 (or 0xDFC8E5) is known color: Blue Chalk. HEX triplet: DF, C8 and E5. RGB value is (223,200,229). Sum of RGB (Red+Green+Blue) = 223+200+229=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8E5 is #20371A. Grayscale: #D2D2D2. Windows color (decimal): -2111259 or 15059167. OLE color: 15059167.

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

Color convert

RGB 223 200 229 -
CMYK 0.03 0.13 0 0.10
HSL 287.59º 0.36% 0.84% -
HSV(B) 287.59º 0.13% 0.9% -
XYZ 65.23 62.65 82.78 -
YUV 210.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 223 200 229 0.03 0.13 0 0.10 287.59 0.36 0.84
Hex DF C8 E5 3 D 0 A 120 24 54
Octal 337 310 345 3 15 0 12 440 44 124
Binary 11011111 11001000 11100101 11 1101 0 1010 100100000 100100 1010100

Color Harmonies of #DFC8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC8E5

Black with #DFC8E5

Text Example


Text Example

White with #DFC8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC8E5; }

 p { color: rgb(223,200,229); }

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

background-color css

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

 a { background-color: rgb(223,200,229); }

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

border-color css

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

 span { border-color: rgb(223,200,229); }

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