Html Css Color HEX #DFD5EE Fog

📋 copy color: '#DFD5EE'

red 223 ◦ green 213 ◦ blue 238

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

Shades of Fog #DFD5EE

Tints of Fog #DFD5EE

RGB

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

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

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

R = 33.09%
G = 31.6%
B = 35.31%

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

#DFD5EE (or 0xDFD5EE) is known color: Fog. HEX triplet: DF, D5 and EE. RGB value is (223,213,238). Sum of RGB (Red+Green+Blue) = 223+213+238=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5EE is #202A11. Grayscale: #DADADA. Windows color (decimal): -2107922 or 15652319. OLE color: 15652319.

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

Color convert

RGB 223 213 238 -
CMYK 0.06 0.11 0 0.07
HSL 264º 0.42% 0.88% -
HSV(B) 264º 0.11% 0.93% -
XYZ 69.66 69.45 90.62 -
YUV 218.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 223 213 238 0.06 0.11 0 0.07 264 0.42 0.88
Hex DF D5 EE 6 B 0 7 108 2A 58
Octal 337 325 356 6 13 0 7 410 52 130
Binary 11011111 11010101 11101110 110 1011 0 111 100001000 101010 1011000

Color Harmonies of #DFD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD5EE

Black with #DFD5EE

Text Example


Text Example

White with #DFD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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