Html Css Color HEX #D2BEE5 Fog

📋 copy color: '#D2BEE5'

red 210 ◦ green 190 ◦ blue 229

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

Shades of Fog #D2BEE5

Tints of Fog #D2BEE5

RGB

 RED value IS 210 (82.42% from 255) = 33.39%

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

 BLUE value IS 229 (89.84% from 255) = 36.41%

R = 33.39%
G = 30.21%
B = 36.41%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D2BEE5 (or 0xD2BEE5) is known color: Fog. HEX triplet: D2, BE and E5. RGB value is (210,190,229). Sum of RGB (Red+Green+Blue) = 210+190+229=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEE5 is #2D411A. Grayscale: #C8C8C8. Windows color (decimal): -2965787 or 15056594. OLE color: 15056594.

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

Color convert

RGB 210 190 229 -
CMYK 0.08 0.17 0 0.10
HSL 270.77º 0.43% 0.82% -
HSV(B) 270.77º 0.17% 0.9% -
XYZ 59.13 56.19 81.86 -
YUV 200.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 210 190 229 0.08 0.17 0 0.10 270.77 0.43 0.82
Hex D2 BE E5 8 11 0 A 10F 2B 52
Octal 322 276 345 10 21 0 12 417 53 122
Binary 11010010 10111110 11100101 1000 10001 0 1010 100001111 101011 1010010

Color Harmonies of #D2BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BEE5

Black with #D2BEE5

Text Example


Text Example

White with #D2BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BEE5; }

 p { color: rgb(210,190,229); }

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

background-color css

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

 a { background-color: rgb(210,190,229); }

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

border-color css

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

 span { border-color: rgb(210,190,229); }

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