Html Css Color HEX #D9BEEA Fog

📋 copy color: '#D9BEEA'

red 217 ◦ green 190 ◦ blue 234

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

Shades of Fog #D9BEEA

Tints of Fog #D9BEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.64%

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 33.85%
G = 29.64%
B = 36.51%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9BEEA (or 0xD9BEEA) is known color: Fog. HEX triplet: D9, BE and EA. RGB value is (217,190,234). Sum of RGB (Red+Green+Blue) = 217+190+234=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEEA is #264115. Grayscale: #CACACA. Windows color (decimal): -2507030 or 15384281. OLE color: 15384281.

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

Color convert

RGB 217 190 234 -
CMYK 0.07 0.19 0 0.08
HSL 276.82º 0.51% 0.83% -
HSV(B) 276.82º 0.19% 0.92% -
XYZ 61.88 57.52 85.68 -
YUV 203.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 217 190 234 0.07 0.19 0 0.08 276.82 0.51 0.83
Hex D9 BE EA 7 13 0 8 115 33 53
Octal 331 276 352 7 23 0 10 425 63 123
Binary 11011001 10111110 11101010 111 10011 0 1000 100010101 110011 1010011

Color Harmonies of #D9BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEEA

Black with #D9BEEA

Text Example


Text Example

White with #D9BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEEA; }

 p { color: rgb(217,190,234); }

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

background-color css

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

 a { background-color: rgb(217,190,234); }

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

border-color css

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

 span { border-color: rgb(217,190,234); }

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