Html Css Color HEX #D4BAEE Fog

📋 copy color: '#D4BAEE'

red 212 ◦ green 186 ◦ blue 238

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

Shades of Fog #D4BAEE

Tints of Fog #D4BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 33.33%
G = 29.25%
B = 37.42%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4BAEE (or 0xD4BAEE) is known color: Fog. HEX triplet: D4, BA and EE. RGB value is (212,186,238). Sum of RGB (Red+Green+Blue) = 212+186+238=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAEE is #2B4511. Grayscale: #C7C7C7. Windows color (decimal): -2835730 or 15645396. OLE color: 15645396.

HSL color Cylindrical-coordinate representation of color #D4BAEE: hue angle of 270º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BAEE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 186 238 -
CMYK 0.11 0.22 0 0.07
HSL 270º 0.6% 0.83% -
HSV(B) 270º 0.22% 0.93% -
XYZ 60.14 55.29 88.39 -
YUV 199.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 212 186 238 0.11 0.22 0 0.07 270 0.6 0.83
Hex D4 BA EE B 16 0 7 10E 3C 53
Octal 324 272 356 13 26 0 7 416 74 123
Binary 11010100 10111010 11101110 1011 10110 0 111 100001110 111100 1010011

Color Harmonies of #D4BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAEE

Black with #D4BAEE

Text Example


Text Example

White with #D4BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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