Html Css Color HEX #D2B5EC Fog

📋 copy color: '#D2B5EC'

red 210 ◦ green 181 ◦ blue 236

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

Shades of Fog #D2B5EC

Tints of Fog #D2B5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.87%

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 33.49%
G = 28.87%
B = 37.64%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2B5EC (or 0xD2B5EC) is known color: Fog. HEX triplet: D2, B5 and EC. RGB value is (210,181,236). Sum of RGB (Red+Green+Blue) = 210+181+236=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B5EC is #2D4A13. Grayscale: #C3C3C3. Windows color (decimal): -2968084 or 15513042. OLE color: 15513042.

HSL color Cylindrical-coordinate representation of color #D2B5EC: hue angle of 271.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2B5EC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 181 236 -
CMYK 0.11 0.23 0 0.07
HSL 271.64º 0.59% 0.82% -
HSV(B) 271.64º 0.23% 0.93% -
XYZ 58.24 52.81 86.48 -
YUV 195.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 210 181 236 0.11 0.23 0 0.07 271.64 0.59 0.82
Hex D2 B5 EC B 17 0 7 110 3B 52
Octal 322 265 354 13 27 0 7 420 73 122
Binary 11010010 10110101 11101100 1011 10111 0 111 100010000 111011 1010010

Color Harmonies of #D2B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B5EC

Black with #D2B5EC

Text Example


Text Example

White with #D2B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B5EC; }

 p { color: rgb(210,181,236); }

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

background-color css

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

 a { background-color: rgb(210,181,236); }

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

border-color css

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

 span { border-color: rgb(210,181,236); }

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