Html Css Color HEX #D7BBED Fog

📋 copy color: '#D7BBED'

red 215 ◦ green 187 ◦ blue 237

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

Shades of Fog #D7BBED

Tints of Fog #D7BBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 33.65%
G = 29.26%
B = 37.09%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7BBED (or 0xD7BBED) is known color: Fog. HEX triplet: D7, BB and ED. RGB value is (215,187,237). Sum of RGB (Red+Green+Blue) = 215+187+237=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBED is #284412. Grayscale: #C8C8C8. Windows color (decimal): -2638867 or 15580119. OLE color: 15580119.

HSL color Cylindrical-coordinate representation of color #D7BBED: hue angle of 273.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7BBED is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 187 237 -
CMYK 0.09 0.21 0 0.07
HSL 273.6º 0.58% 0.83% -
HSV(B) 273.6º 0.21% 0.93% -
XYZ 61.08 56.1 87.73 -
YUV 201.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 215 187 237 0.09 0.21 0 0.07 273.6 0.58 0.83
Hex D7 BB ED 9 15 0 7 112 3A 53
Octal 327 273 355 11 25 0 7 422 72 123
Binary 11010111 10111011 11101101 1001 10101 0 111 100010010 111010 1010011

Color Harmonies of #D7BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBED

Black with #D7BBED

Text Example


Text Example

White with #D7BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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