Html Css Color HEX #DDC6EF Fog

📋 copy color: '#DDC6EF'

red 221 ◦ green 198 ◦ blue 239

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

Shades of Fog #DDC6EF

Tints of Fog #DDC6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 33.59%
G = 30.09%
B = 36.32%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDC6EF (or 0xDDC6EF) is known color: Fog. HEX triplet: DD, C6 and EF. RGB value is (221,198,239). Sum of RGB (Red+Green+Blue) = 221+198+239=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6EF is #223910. Grayscale: #D1D1D1. Windows color (decimal): -2242833 or 15714013. OLE color: 15714013.

HSL color Cylindrical-coordinate representation of color #DDC6EF: hue angle of 273.66º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC6EF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 198 239 -
CMYK 0.08 0.17 0 0.06
HSL 273.66º 0.56% 0.86% -
HSV(B) 273.66º 0.17% 0.94% -
XYZ 65.59 61.99 90.17 -
YUV 209.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 221 198 239 0.08 0.17 0 0.06 273.66 0.56 0.86
Hex DD C6 EF 8 11 0 6 112 38 56
Octal 335 306 357 10 21 0 6 422 70 126
Binary 11011101 11000110 11101111 1000 10001 0 110 100010010 111000 1010110

Color Harmonies of #DDC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6EF

Black with #DDC6EF

Text Example


Text Example

White with #DDC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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