Html Css Color HEX #D4BDEB Fog

📋 copy color: '#D4BDEB'

red 212 ◦ green 189 ◦ blue 235

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

Shades of Fog #D4BDEB

Tints of Fog #D4BDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.72%

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

R = 33.33%
G = 29.72%
B = 36.95%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4BDEB (or 0xD4BDEB) is known color: Fog. HEX triplet: D4, BD and EB. RGB value is (212,189,235). Sum of RGB (Red+Green+Blue) = 212+189+235=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 189 (74.22% from 255 or 29.72% 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 #D4BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDEB is #2B4214. Grayscale: #C8C8C8. Windows color (decimal): -2834965 or 15449556. OLE color: 15449556.

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

Color convert

RGB 212 189 235 -
CMYK 0.10 0.20 0 0.08
HSL 270º 0.53% 0.83% -
HSV(B) 270º 0.2% 0.92% -
XYZ 60.34 56.39 86.3 -
YUV 201.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 212 189 235 0.10 0.20 0 0.08 270 0.53 0.83
Hex D4 BD EB A 14 0 8 10E 35 53
Octal 324 275 353 12 24 0 10 416 65 123
Binary 11010100 10111101 11101011 1010 10100 0 1000 100001110 110101 1010011

Color Harmonies of #D4BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDEB

Black with #D4BDEB

Text Example


Text Example

White with #D4BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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