Html Css Color HEX #D9C4FD Fog

📋 copy color: '#D9C4FD'

red 217 ◦ green 196 ◦ blue 253

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

Shades of Fog #D9C4FD

Tints of Fog #D9C4FD

RGB

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

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

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

R = 32.58%
G = 29.43%
B = 37.99%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9C4FD (or 0xD9C4FD) is known color: Fog. HEX triplet: D9, C4 and FD. RGB value is (217,196,253). Sum of RGB (Red+Green+Blue) = 217+196+253=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9C4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C4FD is #263B02. Grayscale: #D0D0D0. Windows color (decimal): -2505475 or 16631001. OLE color: 16631001.

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

Color convert

RGB 217 196 253 -
CMYK 0.14 0.23 0 0.01
HSL 262.11º 0.93% 0.88% -
HSV(B) 262.11º 0.23% 0.99% -
XYZ 66.08 61.32 101.28 -
YUV 208.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 217 196 253 0.14 0.23 0 0.01 262.11 0.93 0.88
Hex D9 C4 FD E 17 0 1 106 5D 58
Octal 331 304 375 16 27 0 1 406 135 130
Binary 11011001 11000100 11111101 1110 10111 0 1 100000110 1011101 1011000

Color Harmonies of #D9C4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4FD

Black with #D9C4FD

Text Example


Text Example

White with #D9C4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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