Html Css Color HEX #D9BAEE Fog

📋 copy color: '#D9BAEE'

red 217 ◦ green 186 ◦ blue 238

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

Shades of Fog #D9BAEE

Tints of Fog #D9BAEE

RGB

 RED value IS 217 (85.16% from 255) = 33.85%

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

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

R = 33.85%
G = 29.02%
B = 37.13%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9BAEE (or 0xD9BAEE) is known color: Fog. HEX triplet: D9, BA and EE. RGB value is (217,186,238). Sum of RGB (Red+Green+Blue) = 217+186+238=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAEE is #264511. Grayscale: #C9C9C9. Windows color (decimal): -2508050 or 15645401. OLE color: 15645401.

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

Color convert

RGB 217 186 238 -
CMYK 0.09 0.22 0 0.07
HSL 275.77º 0.6% 0.83% -
HSV(B) 275.77º 0.22% 0.93% -
XYZ 61.61 56.04 88.46 -
YUV 201.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 217 186 238 0.09 0.22 0 0.07 275.77 0.6 0.83
Hex D9 BA EE 9 16 0 7 114 3C 53
Octal 331 272 356 11 26 0 7 424 74 123
Binary 11011001 10111010 11101110 1001 10110 0 111 100010100 111100 1010011

Color Harmonies of #D9BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAEE

Black with #D9BAEE

Text Example


Text Example

White with #D9BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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