Html Css Color HEX #D9C7EF Fog

📋 copy color: '#D9C7EF'

red 217 ◦ green 199 ◦ blue 239

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

Shades of Fog #D9C7EF

Tints of Fog #D9C7EF

RGB

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

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

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

R = 33.13%
G = 30.38%
B = 36.49%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9C7EF (or 0xD9C7EF) is known color: Fog. HEX triplet: D9, C7 and EF. RGB value is (217,199,239). Sum of RGB (Red+Green+Blue) = 217+199+239=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C7EF is #263810. Grayscale: #D0D0D0. Windows color (decimal): -2504721 or 15714265. OLE color: 15714265.

HSL color Cylindrical-coordinate representation of color #D9C7EF: hue angle of 267º 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 #D9C7EF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 199 239 -
CMYK 0.09 0.17 0 0.06
HSL 267º 0.56% 0.86% -
HSV(B) 267º 0.17% 0.94% -
XYZ 64.62 61.83 90.19 -
YUV 208.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 217 199 239 0.09 0.17 0 0.06 267 0.56 0.86
Hex D9 C7 EF 9 11 0 6 10B 38 56
Octal 331 307 357 11 21 0 6 413 70 126
Binary 11011001 11000111 11101111 1001 10001 0 110 100001011 111000 1010110

Color Harmonies of #D9C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7EF

Black with #D9C7EF

Text Example


Text Example

White with #D9C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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