Html Css Color HEX #D9C4F6 Fog

📋 copy color: '#D9C4F6'

red 217 ◦ green 196 ◦ blue 246

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

Shades of Fog #D9C4F6

Tints of Fog #D9C4F6

RGB

 RED value IS 217 (85.16% from 255) = 32.93%

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

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

R = 32.93%
G = 29.74%
B = 37.33%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9C4F6 (or 0xD9C4F6) is known color: Fog. HEX triplet: D9, C4 and F6. RGB value is (217,196,246). Sum of RGB (Red+Green+Blue) = 217+196+246=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9C4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4F6 is #263B09. Grayscale: #CFCFCF. Windows color (decimal): -2505482 or 16172249. OLE color: 16172249.

HSL color Cylindrical-coordinate representation of color #D9C4F6: hue angle of 265.2º 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 #D9C4F6 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 196 246 -
CMYK 0.12 0.20 0 0.04
HSL 265.2º 0.74% 0.87% -
HSV(B) 265.2º 0.2% 0.96% -
XYZ 64.99 60.89 95.52 -
YUV 207.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 217 196 246 0.12 0.20 0 0.04 265.2 0.74 0.87
Hex D9 C4 F6 C 14 0 4 109 4A 57
Octal 331 304 366 14 24 0 4 411 112 127
Binary 11011001 11000100 11110110 1100 10100 0 100 100001001 1001010 1010111

Color Harmonies of #D9C4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4F6

Black with #D9C4F6

Text Example


Text Example

White with #D9C4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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