Html Css Color HEX #D7C6F8 Fog

📋 copy color: '#D7C6F8'

red 215 ◦ green 198 ◦ blue 248

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

Shades of Fog #D7C6F8

Tints of Fog #D7C6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.52%

R = 32.53%
G = 29.95%
B = 37.52%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D7C6F8 (or 0xD7C6F8) is known color: Fog. HEX triplet: D7, C6 and F8. RGB value is (215,198,248). Sum of RGB (Red+Green+Blue) = 215+198+248=661 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.53% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7C6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C6F8 is #283907. Grayscale: #D0D0D0. Windows color (decimal): -2636040 or 16303831. OLE color: 16303831.

HSL color Cylindrical-coordinate representation of color #D7C6F8: hue angle of 260.4º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7C6F8 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 215 198 248 -
CMYK 0.13 0.20 0 0.03
HSL 260.4º 0.78% 0.87% -
HSV(B) 260.4º 0.2% 0.97% -
XYZ 65.16 61.61 97.26 -
YUV 208.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 215 198 248 0.13 0.20 0 0.03 260.4 0.78 0.87
Hex D7 C6 F8 D 14 0 3 104 4E 57
Octal 327 306 370 15 24 0 3 404 116 127
Binary 11010111 11000110 11111000 1101 10100 0 11 100000100 1001110 1010111

Color Harmonies of #D7C6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6F8

Black with #D7C6F8

Text Example


Text Example

White with #D7C6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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