Html Css Color HEX #D7BBE6 Fog

📋 copy color: '#D7BBE6'

red 215 ◦ green 187 ◦ blue 230

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

Shades of Fog #D7BBE6

Tints of Fog #D7BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.59%

 BLUE value IS 230 (90.23% from 255) = 36.39%

R = 34.02%
G = 29.59%
B = 36.39%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D7BBE6 (or 0xD7BBE6) is known color: Fog. HEX triplet: D7, BB and E6. RGB value is (215,187,230). Sum of RGB (Red+Green+Blue) = 215+187+230=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBE6 is #284419. Grayscale: #C8C8C8. Windows color (decimal): -2638874 or 15121367. OLE color: 15121367.

HSL color Cylindrical-coordinate representation of color #D7BBE6: hue angle of 279.07º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7BBE6 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 187 230 -
CMYK 0.07 0.19 0 0.10
HSL 279.07º 0.46% 0.82% -
HSV(B) 279.07º 0.19% 0.9% -
XYZ 60.08 55.7 82.45 -
YUV 200.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 215 187 230 0.07 0.19 0 0.10 279.07 0.46 0.82
Hex D7 BB E6 7 13 0 A 117 2E 52
Octal 327 273 346 7 23 0 12 427 56 122
Binary 11010111 10111011 11100110 111 10011 0 1010 100010111 101110 1010010

Color Harmonies of #D7BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBE6

Black with #D7BBE6

Text Example


Text Example

White with #D7BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBE6; }

 p { color: rgb(215,187,230); }

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

background-color css

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

 a { background-color: rgb(215,187,230); }

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

border-color css

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

 span { border-color: rgb(215,187,230); }

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