Html Css Color HEX #D4C7DE Fog

📋 copy color: '#D4C7DE'

red 212 ◦ green 199 ◦ blue 222

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

Shades of Fog #D4C7DE

Tints of Fog #D4C7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.07%

R = 33.49%
G = 31.44%
B = 35.07%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4C7DE (or 0xD4C7DE) is known color: Fog. HEX triplet: D4, C7 and DE. RGB value is (212,199,222). Sum of RGB (Red+Green+Blue) = 212+199+222=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4C7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7DE is #2B3821. Grayscale: #CDCDCD. Windows color (decimal): -2832418 or 14600148. OLE color: 14600148.

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

Color convert

RGB 212 199 222 -
CMYK 0.05 0.10 0 0.13
HSL 273.91º 0.26% 0.83% -
HSV(B) 273.91º 0.1% 0.87% -
XYZ 60.76 60.12 77.51 -
YUV 205.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 212 199 222 0.05 0.10 0 0.13 273.91 0.26 0.83
Hex D4 C7 DE 5 A 0 D 112 1A 53
Octal 324 307 336 5 12 0 15 422 32 123
Binary 11010100 11000111 11011110 101 1010 0 1101 100010010 11010 1010011

Color Harmonies of #D4C7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7DE

Black with #D4C7DE

Text Example


Text Example

White with #D4C7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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