Html Css Color HEX #DDD2ED Fog

📋 copy color: '#DDD2ED'

red 221 ◦ green 210 ◦ blue 237

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

Shades of Fog #DDD2ED

Tints of Fog #DDD2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.44%

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

R = 33.08%
G = 31.44%
B = 35.48%

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

#DDD2ED (or 0xDDD2ED) is known color: Fog. HEX triplet: DD, D2 and ED. RGB value is (221,210,237). Sum of RGB (Red+Green+Blue) = 221+210+237=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2ED is #222D12. Grayscale: #D8D8D8. Windows color (decimal): -2239763 or 15586013. OLE color: 15586013.

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

Color convert

RGB 221 210 237 -
CMYK 0.07 0.11 0 0.07
HSL 264.44º 0.43% 0.88% -
HSV(B) 264.44º 0.11% 0.93% -
XYZ 68.15 67.58 89.57 -
YUV 216.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 221 210 237 0.07 0.11 0 0.07 264.44 0.43 0.88
Hex DD D2 ED 7 B 0 7 108 2B 58
Octal 335 322 355 7 13 0 7 410 53 130
Binary 11011101 11010010 11101101 111 1011 0 111 100001000 101011 1011000

Color Harmonies of #DDD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2ED

Black with #DDD2ED

Text Example


Text Example

White with #DDD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2ED; }

 p { color: rgb(221,210,237); }

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

background-color css

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

 a { background-color: rgb(221,210,237); }

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

border-color css

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

 span { border-color: rgb(221,210,237); }

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