Html Css Color HEX #D5BBEB Fog

📋 copy color: '#D5BBEB'

red 213 ◦ green 187 ◦ blue 235

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

Shades of Fog #D5BBEB

Tints of Fog #D5BBEB

RGB

 RED value IS 213 (83.59% from 255) = 33.54%

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

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 33.54%
G = 29.45%
B = 37.01%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5BBEB (or 0xD5BBEB) is known color: Fog. HEX triplet: D5, BB and EB. RGB value is (213,187,235). Sum of RGB (Red+Green+Blue) = 213+187+235=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBEB is #2A4414. Grayscale: #C8C8C8. Windows color (decimal): -2769941 or 15449045. OLE color: 15449045.

HSL color Cylindrical-coordinate representation of color #D5BBEB: hue angle of 272.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BBEB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 187 235 -
CMYK 0.09 0.20 0 0.08
HSL 272.5º 0.55% 0.83% -
HSV(B) 272.5º 0.2% 0.92% -
XYZ 60.21 55.68 86.17 -
YUV 200.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 213 187 235 0.09 0.20 0 0.08 272.5 0.55 0.83
Hex D5 BB EB 9 14 0 8 110 37 53
Octal 325 273 353 11 24 0 10 420 67 123
Binary 11010101 10111011 11101011 1001 10100 0 1000 100010000 110111 1010011

Color Harmonies of #D5BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBEB

Black with #D5BBEB

Text Example


Text Example

White with #D5BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBEB; }

 p { color: rgb(213,187,235); }

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

background-color css

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

 a { background-color: rgb(213,187,235); }

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

border-color css

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

 span { border-color: rgb(213,187,235); }

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