Html Css Color HEX #D4C7DF Fog

📋 copy color: '#D4C7DF'

red 212 ◦ green 199 ◦ blue 223

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

Shades of Fog #D4C7DF

Tints of Fog #D4C7DF

RGB

 RED value IS 212 (83.2% from 255) = 33.44%

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

 BLUE value IS 223 (87.5% from 255) = 35.17%

R = 33.44%
G = 31.39%
B = 35.17%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4C7DF (or 0xD4C7DF) is known color: Fog. HEX triplet: D4, C7 and DF. RGB value is (212,199,223). Sum of RGB (Red+Green+Blue) = 212+199+223=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7DF is #2B3820. Grayscale: #CDCDCD. Windows color (decimal): -2832417 or 14665684. OLE color: 14665684.

HSL color Cylindrical-coordinate representation of color #D4C7DF: hue angle of 272.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4C7DF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 199 223 -
CMYK 0.05 0.11 0 0.13
HSL 272.5º 0.27% 0.83% -
HSV(B) 272.5º 0.11% 0.87% -
XYZ 60.89 60.17 78.22 -
YUV 205.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 212 199 223 0.05 0.11 0 0.13 272.5 0.27 0.83
Hex D4 C7 DF 5 B 0 D 110 1B 53
Octal 324 307 337 5 13 0 15 420 33 123
Binary 11010100 11000111 11011111 101 1011 0 1101 100010000 11011 1010011

Color Harmonies of #D4C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7DF

Black with #D4C7DF

Text Example


Text Example

White with #D4C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7DF; }

 p { color: rgb(212,199,223); }

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

background-color css

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

 a { background-color: rgb(212,199,223); }

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

border-color css

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

 span { border-color: rgb(212,199,223); }

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