Html Css Color HEX #D2BEEB Fog

📋 copy color: '#D2BEEB'

red 210 ◦ green 190 ◦ blue 235

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

Shades of Fog #D2BEEB

Tints of Fog #D2BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 33.07%
G = 29.92%
B = 37.01%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2BEEB (or 0xD2BEEB) is known color: Fog. HEX triplet: D2, BE and EB. RGB value is (210,190,235). Sum of RGB (Red+Green+Blue) = 210+190+235=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BEEB is #2D4114. Grayscale: #C8C8C8. Windows color (decimal): -2965781 or 15449810. OLE color: 15449810.

HSL color Cylindrical-coordinate representation of color #D2BEEB: hue angle of 266.67º degrees, saturation: 0.53, 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 #D2BEEB is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 190 235 -
CMYK 0.11 0.19 0 0.08
HSL 266.67º 0.53% 0.83% -
HSV(B) 266.67º 0.19% 0.92% -
XYZ 59.99 56.53 86.35 -
YUV 201.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 210 190 235 0.11 0.19 0 0.08 266.67 0.53 0.83
Hex D2 BE EB B 13 0 8 10B 35 53
Octal 322 276 353 13 23 0 10 413 65 123
Binary 11010010 10111110 11101011 1011 10011 0 1000 100001011 110101 1010011

Color Harmonies of #D2BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BEEB

Black with #D2BEEB

Text Example


Text Example

White with #D2BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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