Html Css Color HEX #D7C6EF Fog

📋 copy color: '#D7C6EF'

red 215 ◦ green 198 ◦ blue 239

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

Shades of Fog #D7C6EF

Tints of Fog #D7C6EF

RGB

 RED value IS 215 (84.38% from 255) = 32.98%

 GREEN value IS 198 (77.73% from 255) = 30.37%

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

R = 32.98%
G = 30.37%
B = 36.66%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7C6EF (or 0xD7C6EF) is known color: Fog. HEX triplet: D7, C6 and EF. RGB value is (215,198,239). Sum of RGB (Red+Green+Blue) = 215+198+239=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C6EF is #283910. Grayscale: #CFCFCF. Windows color (decimal): -2636049 or 15714007. OLE color: 15714007.

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

Color convert

RGB 215 198 239 -
CMYK 0.10 0.17 0 0.06
HSL 264.88º 0.56% 0.86% -
HSV(B) 264.88º 0.17% 0.94% -
XYZ 63.8 61.07 90.09 -
YUV 207.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 215 198 239 0.10 0.17 0 0.06 264.88 0.56 0.86
Hex D7 C6 EF A 11 0 6 109 38 56
Octal 327 306 357 12 21 0 6 411 70 126
Binary 11010111 11000110 11101111 1010 10001 0 110 100001001 111000 1010110

Color Harmonies of #D7C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6EF

Black with #D7C6EF

Text Example


Text Example

White with #D7C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6EF; }

 p { color: rgb(215,198,239); }

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

background-color css

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

 a { background-color: rgb(215,198,239); }

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

border-color css

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

 span { border-color: rgb(215,198,239); }

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