Html Css Color HEX #D4BAE6 Fog

📋 copy color: '#D4BAE6'

red 212 ◦ green 186 ◦ blue 230

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

Shades of Fog #D4BAE6

Tints of Fog #D4BAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.62%

R = 33.76%
G = 29.62%
B = 36.62%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D4BAE6 (or 0xD4BAE6) is known color: Fog. HEX triplet: D4, BA and E6. RGB value is (212,186,230). Sum of RGB (Red+Green+Blue) = 212+186+230=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAE6 is #2B4519. Grayscale: #C6C6C6. Windows color (decimal): -2835738 or 15121108. OLE color: 15121108.

HSL color Cylindrical-coordinate representation of color #D4BAE6: hue angle of 275.45º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BAE6 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 186 230 -
CMYK 0.08 0.19 0 0.10
HSL 275.45º 0.47% 0.82% -
HSV(B) 275.45º 0.19% 0.9% -
XYZ 58.99 54.83 82.34 -
YUV 198.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 212 186 230 0.08 0.19 0 0.10 275.45 0.47 0.82
Hex D4 BA E6 8 13 0 A 113 2F 52
Octal 324 272 346 10 23 0 12 423 57 122
Binary 11010100 10111010 11100110 1000 10011 0 1010 100010011 101111 1010010

Color Harmonies of #D4BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAE6

Black with #D4BAE6

Text Example


Text Example

White with #D4BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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