Html Css Color HEX #DDC9F6 Fog

📋 copy color: '#DDC9F6'

red 221 ◦ green 201 ◦ blue 246

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

Shades of Fog #DDC9F6

Tints of Fog #DDC9F6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.09%

 BLUE value IS 246 (96.48% from 255) = 36.83%

R = 33.08%
G = 30.09%
B = 36.83%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDC9F6 (or 0xDDC9F6) is known color: Fog. HEX triplet: DD, C9 and F6. RGB value is (221,201,246). Sum of RGB (Red+Green+Blue) = 221+201+246=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9F6 is #223609. Grayscale: #D3D3D3. Windows color (decimal): -2242058 or 16173533. OLE color: 16173533.

HSL color Cylindrical-coordinate representation of color #DDC9F6: hue angle of 266.67º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC9F6 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 201 246 -
CMYK 0.10 0.18 0 0.04
HSL 266.67º 0.71% 0.88% -
HSV(B) 266.67º 0.18% 0.96% -
XYZ 67.34 63.8 95.95 -
YUV 212.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 221 201 246 0.10 0.18 0 0.04 266.67 0.71 0.88
Hex DD C9 F6 A 12 0 4 10B 47 58
Octal 335 311 366 12 22 0 4 413 107 130
Binary 11011101 11001001 11110110 1010 10010 0 100 100001011 1000111 1011000

Color Harmonies of #DDC9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9F6

Black with #DDC9F6

Text Example


Text Example

White with #DDC9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9F6; }

 p { color: rgb(221,201,246); }

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

background-color css

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

 a { background-color: rgb(221,201,246); }

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

border-color css

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

 span { border-color: rgb(221,201,246); }

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