Html Css Color HEX #DDC6EC Fog

📋 copy color: '#DDC6EC'

red 221 ◦ green 198 ◦ blue 236

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

Shades of Fog #DDC6EC

Tints of Fog #DDC6EC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.23%

 BLUE value IS 236 (92.58% from 255) = 36.03%

R = 33.74%
G = 30.23%
B = 36.03%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDC6EC (or 0xDDC6EC) is known color: Fog. HEX triplet: DD, C6 and EC. RGB value is (221,198,236). Sum of RGB (Red+Green+Blue) = 221+198+236=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EC is #223913. Grayscale: #D1D1D1. Windows color (decimal): -2242836 or 15517405. OLE color: 15517405.

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

Color convert

RGB 221 198 236 -
CMYK 0.06 0.16 0 0.07
HSL 276.32º 0.5% 0.85% -
HSV(B) 276.32º 0.16% 0.93% -
XYZ 65.15 61.82 87.85 -
YUV 209.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 221 198 236 0.06 0.16 0 0.07 276.32 0.5 0.85
Hex DD C6 EC 6 10 0 7 114 32 55
Octal 335 306 354 6 20 0 7 424 62 125
Binary 11011101 11000110 11101100 110 10000 0 111 100010100 110010 1010101

Color Harmonies of #DDC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6EC

Black with #DDC6EC

Text Example


Text Example

White with #DDC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6EC; }

 p { color: rgb(221,198,236); }

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

background-color css

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

 a { background-color: rgb(221,198,236); }

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

border-color css

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

 span { border-color: rgb(221,198,236); }

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