Html Css Color HEX #DDC4F6 Fog

📋 copy color: '#DDC4F6'

red 221 ◦ green 196 ◦ blue 246

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

Shades of Fog #DDC4F6

Tints of Fog #DDC4F6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.56%

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

R = 33.33%
G = 29.56%
B = 37.1%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDC4F6 (or 0xDDC4F6) is known color: Fog. HEX triplet: DD, C4 and F6. RGB value is (221,196,246). Sum of RGB (Red+Green+Blue) = 221+196+246=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDC4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4F6 is #223B09. Grayscale: #D1D1D1. Windows color (decimal): -2243338 or 16172253. OLE color: 16172253.

HSL color Cylindrical-coordinate representation of color #DDC4F6: hue angle of 270º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC4F6 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 196 246 -
CMYK 0.10 0.20 0 0.04
HSL 270º 0.74% 0.87% -
HSV(B) 270º 0.2% 0.96% -
XYZ 66.19 61.51 95.57 -
YUV 209.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 221 196 246 0.10 0.20 0 0.04 270 0.74 0.87
Hex DD C4 F6 A 14 0 4 10E 4A 57
Octal 335 304 366 12 24 0 4 416 112 127
Binary 11011101 11000100 11110110 1010 10100 0 100 100001110 1001010 1010111

Color Harmonies of #DDC4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4F6

Black with #DDC4F6

Text Example


Text Example

White with #DDC4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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