Html Css Color HEX #D4B4EB Fog

📋 copy color: '#D4B4EB'

red 212 ◦ green 180 ◦ blue 235

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

Shades of Fog #D4B4EB

Tints of Fog #D4B4EB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.71%

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

R = 33.81%
G = 28.71%
B = 37.48%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4B4EB (or 0xD4B4EB) is known color: Fog. HEX triplet: D4, B4 and EB. RGB value is (212,180,235). Sum of RGB (Red+Green+Blue) = 212+180+235=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4EB is #2B4B14. Grayscale: #C3C3C3. Windows color (decimal): -2837269 or 15447252. OLE color: 15447252.

HSL color Cylindrical-coordinate representation of color #D4B4EB: hue angle of 274.91º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4B4EB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 180 235 -
CMYK 0.10 0.23 0 0.08
HSL 274.91º 0.58% 0.81% -
HSV(B) 274.91º 0.23% 0.92% -
XYZ 58.47 52.64 85.68 -
YUV 195.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 212 180 235 0.10 0.23 0 0.08 274.91 0.58 0.81
Hex D4 B4 EB A 17 0 8 113 3A 51
Octal 324 264 353 12 27 0 10 423 72 121
Binary 11010100 10110100 11101011 1010 10111 0 1000 100010011 111010 1010001

Color Harmonies of #D4B4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B4EB

Black with #D4B4EB

Text Example


Text Example

White with #D4B4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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