Html Css Color HEX #D4BCEB Fog

📋 copy color: '#D4BCEB'

red 212 ◦ green 188 ◦ blue 235

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

Shades of Fog #D4BCEB

Tints of Fog #D4BCEB

RGB

 RED value IS 212 (83.2% from 255) = 33.39%

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

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

R = 33.39%
G = 29.61%
B = 37.01%

CMYK

 C value IS 0.10

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4BCEB (or 0xD4BCEB) is known color: Fog. HEX triplet: D4, BC and EB. RGB value is (212,188,235). Sum of RGB (Red+Green+Blue) = 212+188+235=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 188 (73.83% from 255 or 29.61% 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 #D4BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCEB is #2B4314. Grayscale: #C8C8C8. Windows color (decimal): -2835221 or 15449300. OLE color: 15449300.

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

Color convert

RGB 212 188 235 -
CMYK 0.10 0.2 0 0.08
HSL 270.64º 0.54% 0.83% -
HSV(B) 270.64º 0.2% 0.92% -
XYZ 60.13 55.96 86.23 -
YUV 200.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 212 188 235 0.10 0.2 0 0.08 270.64 0.54 0.83
Hex D4 BC EB A 14 0 8 10F 36 53
Octal 324 274 353 12 24 0 10 417 66 123
Binary 11010100 10111100 11101011 1010 10100 0 1000 100001111 110110 1010011

Color Harmonies of #D4BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCEB

Black with #D4BCEB

Text Example


Text Example

White with #D4BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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