Html Css Color HEX #DFD5ED Fog

📋 copy color: '#DFD5ED'

red 223 ◦ green 213 ◦ blue 237

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

Shades of Fog #DFD5ED

Tints of Fog #DFD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.65%

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

R = 33.14%
G = 31.65%
B = 35.22%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFD5ED (or 0xDFD5ED) is known color: Fog. HEX triplet: DF, D5 and ED. RGB value is (223,213,237). Sum of RGB (Red+Green+Blue) = 223+213+237=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5ED is #202A12. Grayscale: #DADADA. Windows color (decimal): -2107923 or 15586783. OLE color: 15586783.

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

Color convert

RGB 223 213 237 -
CMYK 0.06 0.10 0 0.07
HSL 265º 0.4% 0.88% -
HSV(B) 265º 0.1% 0.93% -
XYZ 69.51 69.39 89.85 -
YUV 218.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 223 213 237 0.06 0.10 0 0.07 265 0.4 0.88
Hex DF D5 ED 6 A 0 7 109 28 58
Octal 337 325 355 6 12 0 7 411 50 130
Binary 11011111 11010101 11101101 110 1010 0 111 100001001 101000 1011000

Color Harmonies of #DFD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5ED

Black with #DFD5ED

Text Example


Text Example

White with #DFD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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