Html Css Color HEX #D4BAEB Fog

📋 copy color: '#D4BAEB'

red 212 ◦ green 186 ◦ blue 235

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

Shades of Fog #D4BAEB

Tints of Fog #D4BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.38%

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

R = 33.49%
G = 29.38%
B = 37.12%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4BAEB (or 0xD4BAEB) is known color: Fog. HEX triplet: D4, BA and EB. RGB value is (212,186,235). Sum of RGB (Red+Green+Blue) = 212+186+235=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAEB is #2B4514. Grayscale: #C7C7C7. Windows color (decimal): -2835733 or 15448788. OLE color: 15448788.

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

Color convert

RGB 212 186 235 -
CMYK 0.10 0.21 0 0.08
HSL 271.84º 0.55% 0.83% -
HSV(B) 271.84º 0.21% 0.92% -
XYZ 59.71 55.11 86.09 -
YUV 199.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 212 186 235 0.10 0.21 0 0.08 271.84 0.55 0.83
Hex D4 BA EB A 15 0 8 110 37 53
Octal 324 272 353 12 25 0 10 420 67 123
Binary 11010100 10111010 11101011 1010 10101 0 1000 100010000 110111 1010011

Color Harmonies of #D4BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAEB

Black with #D4BAEB

Text Example


Text Example

White with #D4BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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