Html Css Color HEX #D9C4FA Fog

📋 copy color: '#D9C4FA'

red 217 ◦ green 196 ◦ blue 250

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

Shades of Fog #D9C4FA

Tints of Fog #D9C4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 32.73%
G = 29.56%
B = 37.71%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9C4FA (or 0xD9C4FA) is known color: Fog. HEX triplet: D9, C4 and FA. RGB value is (217,196,250). Sum of RGB (Red+Green+Blue) = 217+196+250=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9C4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4FA is #263B05. Grayscale: #D0D0D0. Windows color (decimal): -2505478 or 16434393. OLE color: 16434393.

HSL color Cylindrical-coordinate representation of color #D9C4FA: hue angle of 263.33º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C4FA is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 196 250 -
CMYK 0.13 0.22 0 0.02
HSL 263.33º 0.84% 0.87% -
HSV(B) 263.33º 0.22% 0.98% -
XYZ 65.61 61.13 98.78 -
YUV 208.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 217 196 250 0.13 0.22 0 0.02 263.33 0.84 0.87
Hex D9 C4 FA D 16 0 2 107 54 57
Octal 331 304 372 15 26 0 2 407 124 127
Binary 11011001 11000100 11111010 1101 10110 0 10 100000111 1010100 1010111

Color Harmonies of #D9C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4FA

Black with #D9C4FA

Text Example


Text Example

White with #D9C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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