Html Css Color HEX #DFD3ED Fog

📋 copy color: '#DFD3ED'

red 223 ◦ green 211 ◦ blue 237

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

Shades of Fog #DFD3ED

Tints of Fog #DFD3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.45%

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

R = 33.23%
G = 31.45%
B = 35.32%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFD3ED (or 0xDFD3ED) is known color: Fog. HEX triplet: DF, D3 and ED. RGB value is (223,211,237). Sum of RGB (Red+Green+Blue) = 223+211+237=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3ED is #202C12. Grayscale: #D9D9D9. Windows color (decimal): -2108435 or 15586271. OLE color: 15586271.

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

Color convert

RGB 223 211 237 -
CMYK 0.06 0.11 0 0.07
HSL 267.69º 0.42% 0.88% -
HSV(B) 267.69º 0.11% 0.93% -
XYZ 69.01 68.39 89.68 -
YUV 217.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 223 211 237 0.06 0.11 0 0.07 267.69 0.42 0.88
Hex DF D3 ED 6 B 0 7 10C 2A 58
Octal 337 323 355 6 13 0 7 414 52 130
Binary 11011111 11010011 11101101 110 1011 0 111 100001100 101010 1011000

Color Harmonies of #DFD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD3ED

Black with #DFD3ED

Text Example


Text Example

White with #DFD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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