Html Css Color HEX #D5BCEB Fog

📋 copy color: '#D5BCEB'

red 213 ◦ green 188 ◦ blue 235

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

Shades of Fog #D5BCEB

Tints of Fog #D5BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.56%

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

R = 33.49%
G = 29.56%
B = 36.95%

CMYK

 C value IS 0.09

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5BCEB (or 0xD5BCEB) is known color: Fog. HEX triplet: D5, BC and EB. RGB value is (213,188,235). Sum of RGB (Red+Green+Blue) = 213+188+235=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCEB is #2A4314. Grayscale: #C8C8C8. Windows color (decimal): -2769685 or 15449301. OLE color: 15449301.

HSL color Cylindrical-coordinate representation of color #D5BCEB: hue angle of 271.91º degrees, saturation: 0.54, 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 #D5BCEB is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 188 235 -
CMYK 0.09 0.2 0 0.08
HSL 271.91º 0.54% 0.83% -
HSV(B) 271.91º 0.2% 0.92% -
XYZ 60.42 56.11 86.24 -
YUV 200.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 213 188 235 0.09 0.2 0 0.08 271.91 0.54 0.83
Hex D5 BC EB 9 14 0 8 110 36 53
Octal 325 274 353 11 24 0 10 420 66 123
Binary 11010101 10111100 11101011 1001 10100 0 1000 100010000 110110 1010011

Color Harmonies of #D5BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCEB

Black with #D5BCEB

Text Example


Text Example

White with #D5BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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