Html Css Color HEX #D7C6FB Fog

📋 copy color: '#D7C6FB'

red 215 ◦ green 198 ◦ blue 251

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

Shades of Fog #D7C6FB

Tints of Fog #D7C6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 32.38%
G = 29.82%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7C6FB (or 0xD7C6FB) is known color: Fog. HEX triplet: D7, C6 and FB. RGB value is (215,198,251). Sum of RGB (Red+Green+Blue) = 215+198+251=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 198 (77.73% from 255 or 29.82% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C6FB is #283904. Grayscale: #D0D0D0. Windows color (decimal): -2636037 or 16500439. OLE color: 16500439.

HSL color Cylindrical-coordinate representation of color #D7C6FB: hue angle of 259.25º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7C6FB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 198 251 -
CMYK 0.14 0.21 0 0.02
HSL 259.25º 0.87% 0.88% -
HSV(B) 259.25º 0.21% 0.98% -
XYZ 65.63 61.8 99.74 -
YUV 209.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 215 198 251 0.14 0.21 0 0.02 259.25 0.87 0.88
Hex D7 C6 FB E 15 0 2 103 57 58
Octal 327 306 373 16 25 0 2 403 127 130
Binary 11010111 11000110 11111011 1110 10101 0 10 100000011 1010111 1011000

Color Harmonies of #D7C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C6FB

Black with #D7C6FB

Text Example


Text Example

White with #D7C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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