Html Css Color HEX #D1BAEE Fog

📋 copy color: '#D1BAEE'

red 209 ◦ green 186 ◦ blue 238

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

Shades of Fog #D1BAEE

Tints of Fog #D1BAEE

RGB

 RED value IS 209 (82.03% from 255) = 33.02%

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

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

R = 33.02%
G = 29.38%
B = 37.6%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1BAEE (or 0xD1BAEE) is known color: Fog. HEX triplet: D1, BA and EE. RGB value is (209,186,238). Sum of RGB (Red+Green+Blue) = 209+186+238=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BAEE is #2E4511. Grayscale: #C6C6C6. Windows color (decimal): -3032338 or 15645393. OLE color: 15645393.

HSL color Cylindrical-coordinate representation of color #D1BAEE: hue angle of 266.54º 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 #D1BAEE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 186 238 -
CMYK 0.12 0.22 0 0.07
HSL 266.54º 0.6% 0.83% -
HSV(B) 266.54º 0.22% 0.93% -
XYZ 59.29 54.85 88.35 -
YUV 198.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 209 186 238 0.12 0.22 0 0.07 266.54 0.6 0.83
Hex D1 BA EE C 16 0 7 10B 3C 53
Octal 321 272 356 14 26 0 7 413 74 123
Binary 11010001 10111010 11101110 1100 10110 0 111 100001011 111100 1010011

Color Harmonies of #D1BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BAEE

Black with #D1BAEE

Text Example


Text Example

White with #D1BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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