Html Css Color HEX #DDD4EE Fog

📋 copy color: '#DDD4EE'

red 221 ◦ green 212 ◦ blue 238

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

Shades of Fog #DDD4EE

Tints of Fog #DDD4EE

RGB

 RED value IS 221 (86.72% from 255) = 32.94%

 GREEN value IS 212 (83.2% from 255) = 31.59%

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

R = 32.94%
G = 31.59%
B = 35.47%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDD4EE (or 0xDDD4EE) is known color: Fog. HEX triplet: DD, D4 and EE. RGB value is (221,212,238). Sum of RGB (Red+Green+Blue) = 221+212+238=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4EE is #222B11. Grayscale: #D9D9D9. Windows color (decimal): -2239250 or 15652061. OLE color: 15652061.

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

Color convert

RGB 221 212 238 -
CMYK 0.07 0.11 0 0.07
HSL 260.77º 0.43% 0.88% -
HSV(B) 260.77º 0.11% 0.93% -
XYZ 68.79 68.63 90.51 -
YUV 217.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 221 212 238 0.07 0.11 0 0.07 260.77 0.43 0.88
Hex DD D4 EE 7 B 0 7 105 2B 58
Octal 335 324 356 7 13 0 7 405 53 130
Binary 11011101 11010100 11101110 111 1011 0 111 100000101 101011 1011000

Color Harmonies of #DDD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4EE

Black with #DDD4EE

Text Example


Text Example

White with #DDD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4EE; }

 p { color: rgb(221,212,238); }

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

background-color css

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

 a { background-color: rgb(221,212,238); }

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

border-color css

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

 span { border-color: rgb(221,212,238); }

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