Html Css Color HEX #D9C7FD Fog

📋 copy color: '#D9C7FD'

red 217 ◦ green 199 ◦ blue 253

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

Shades of Fog #D9C7FD

Tints of Fog #D9C7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.75%

 BLUE value IS 253 (99.22% from 255) = 37.82%

R = 32.44%
G = 29.75%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9C7FD (or 0xD9C7FD) is known color: Fog. HEX triplet: D9, C7 and FD. RGB value is (217,199,253). Sum of RGB (Red+Green+Blue) = 217+199+253=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C7FD is #263802. Grayscale: #D2D2D2. Windows color (decimal): -2504707 or 16631769. OLE color: 16631769.

HSL color Cylindrical-coordinate representation of color #D9C7FD: hue angle of 260º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9C7FD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 199 253 -
CMYK 0.14 0.21 0 0.01
HSL 260º 0.93% 0.89% -
HSV(B) 260º 0.21% 0.99% -
XYZ 66.77 62.69 101.51 -
YUV 210.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 217 199 253 0.14 0.21 0 0.01 260 0.93 0.89
Hex D9 C7 FD E 15 0 1 104 5D 59
Octal 331 307 375 16 25 0 1 404 135 131
Binary 11011001 11000111 11111101 1110 10101 0 1 100000100 1011101 1011001

Color Harmonies of #D9C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7FD

Black with #D9C7FD

Text Example


Text Example

White with #D9C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7FD; }

 p { color: rgb(217,199,253); }

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

background-color css

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

 a { background-color: rgb(217,199,253); }

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

border-color css

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

 span { border-color: rgb(217,199,253); }

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