Html Css Color HEX #DFC8EE Blue Chalk

📋 copy color: '#DFC8EE'

red 223 ◦ green 200 ◦ blue 238

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

Shades of Blue Chalk #DFC8EE

Tints of Blue Chalk #DFC8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 33.74%
G = 30.26%
B = 36.01%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFC8EE (or 0xDFC8EE) is known color: Blue Chalk. HEX triplet: DF, C8 and EE. RGB value is (223,200,238). Sum of RGB (Red+Green+Blue) = 223+200+238=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8EE is #203711. Grayscale: #D3D3D3. Windows color (decimal): -2111250 or 15648991. OLE color: 15648991.

HSL color Cylindrical-coordinate representation of color #DFC8EE: hue angle of 276.32º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC8EE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 200 238 -
CMYK 0.06 0.16 0 0.07
HSL 276.32º 0.53% 0.86% -
HSV(B) 276.32º 0.16% 0.93% -
XYZ 66.52 63.17 89.58 -
YUV 211.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 223 200 238 0.06 0.16 0 0.07 276.32 0.53 0.86
Hex DF C8 EE 6 10 0 7 114 35 56
Octal 337 310 356 6 20 0 7 424 65 126
Binary 11011111 11001000 11101110 110 10000 0 111 100010100 110101 1010110

Color Harmonies of #DFC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC8EE

Black with #DFC8EE

Text Example


Text Example

White with #DFC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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