Html Css Color HEX #D9C8EF Fog

📋 copy color: '#D9C8EF'

red 217 ◦ green 200 ◦ blue 239

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

Shades of Fog #D9C8EF

Tints of Fog #D9C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.49%

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

R = 33.08%
G = 30.49%
B = 36.43%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9C8EF (or 0xD9C8EF) is known color: Fog. HEX triplet: D9, C8 and EF. RGB value is (217,200,239). Sum of RGB (Red+Green+Blue) = 217+200+239=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C8EF is #263710. Grayscale: #D1D1D1. Windows color (decimal): -2504465 or 15714521. OLE color: 15714521.

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

Color convert

RGB 217 200 239 -
CMYK 0.09 0.16 0 0.06
HSL 266.15º 0.55% 0.86% -
HSV(B) 266.15º 0.16% 0.94% -
XYZ 64.85 62.29 90.27 -
YUV 209.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 217 200 239 0.09 0.16 0 0.06 266.15 0.55 0.86
Hex D9 C8 EF 9 10 0 6 10A 37 56
Octal 331 310 357 11 20 0 6 412 67 126
Binary 11011001 11001000 11101111 1001 10000 0 110 100001010 110111 1010110

Color Harmonies of #D9C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C8EF

Black with #D9C8EF

Text Example


Text Example

White with #D9C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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