Html Css Color HEX #DFC8ED Blue Chalk

📋 copy color: '#DFC8ED'

red 223 ◦ green 200 ◦ blue 237

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

Shades of Blue Chalk #DFC8ED

Tints of Blue Chalk #DFC8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.91%

R = 33.79%
G = 30.3%
B = 35.91%

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

#DFC8ED (or 0xDFC8ED) is known color: Blue Chalk. HEX triplet: DF, C8 and ED. RGB value is (223,200,237). Sum of RGB (Red+Green+Blue) = 223+200+237=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC8ED is #203712. Grayscale: #D2D2D2. Windows color (decimal): -2111251 or 15583455. OLE color: 15583455.

HSL color Cylindrical-coordinate representation of color #DFC8ED: hue angle of 277.3º degrees, saturation: 0.51, 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 #DFC8ED is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 200 237 -
CMYK 0.06 0.16 0 0.07
HSL 277.3º 0.51% 0.86% -
HSV(B) 277.3º 0.16% 0.93% -
XYZ 66.37 63.11 88.8 -
YUV 211.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 223 200 237 0.06 0.16 0 0.07 277.3 0.51 0.86
Hex DF C8 ED 6 10 0 7 115 33 56
Octal 337 310 355 6 20 0 7 425 63 126
Binary 11011111 11001000 11101101 110 10000 0 111 100010101 110011 1010110

Color Harmonies of #DFC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC8ED

Black with #DFC8ED

Text Example


Text Example

White with #DFC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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