Html Css Color HEX #D4C7EF Fog

📋 copy color: '#D4C7EF'

red 212 ◦ green 199 ◦ blue 239

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

Shades of Fog #D4C7EF

Tints of Fog #D4C7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 32.62%
G = 30.62%
B = 36.77%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4C7EF (or 0xD4C7EF) is known color: Fog. HEX triplet: D4, C7 and EF. RGB value is (212,199,239). Sum of RGB (Red+Green+Blue) = 212+199+239=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7EF is #2B3810. Grayscale: #CFCFCF. Windows color (decimal): -2832401 or 15714260. OLE color: 15714260.

HSL color Cylindrical-coordinate representation of color #D4C7EF: hue angle of 259.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C7EF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 199 239 -
CMYK 0.11 0.17 0 0.06
HSL 259.5º 0.56% 0.86% -
HSV(B) 259.5º 0.17% 0.94% -
XYZ 63.15 61.08 90.12 -
YUV 207.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 212 199 239 0.11 0.17 0 0.06 259.5 0.56 0.86
Hex D4 C7 EF B 11 0 6 104 38 56
Octal 324 307 357 13 21 0 6 404 70 126
Binary 11010100 11000111 11101111 1011 10001 0 110 100000100 111000 1010110

Color Harmonies of #D4C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7EF

Black with #D4C7EF

Text Example


Text Example

White with #D4C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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