Html Css Color HEX #D5BDEB Fog

📋 copy color: '#D5BDEB'

red 213 ◦ green 189 ◦ blue 235

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

Shades of Fog #D5BDEB

Tints of Fog #D5BDEB

RGB

 RED value IS 213 (83.59% from 255) = 33.44%

 GREEN value IS 189 (74.22% from 255) = 29.67%

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

R = 33.44%
G = 29.67%
B = 36.89%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5BDEB (or 0xD5BDEB) is known color: Fog. HEX triplet: D5, BD and EB. RGB value is (213,189,235). Sum of RGB (Red+Green+Blue) = 213+189+235=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDEB is #2A4214. Grayscale: #C9C9C9. Windows color (decimal): -2769429 or 15449557. OLE color: 15449557.

HSL color Cylindrical-coordinate representation of color #D5BDEB: hue angle of 271.3º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BDEB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 189 235 -
CMYK 0.09 0.20 0 0.08
HSL 271.3º 0.53% 0.83% -
HSV(B) 271.3º 0.2% 0.92% -
XYZ 60.63 56.54 86.31 -
YUV 201.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 213 189 235 0.09 0.20 0 0.08 271.3 0.53 0.83
Hex D5 BD EB 9 14 0 8 10F 35 53
Octal 325 275 353 11 24 0 10 417 65 123
Binary 11010101 10111101 11101011 1001 10100 0 1000 100001111 110101 1010011

Color Harmonies of #D5BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDEB

Black with #D5BDEB

Text Example


Text Example

White with #D5BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDEB; }

 p { color: rgb(213,189,235); }

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

background-color css

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

 a { background-color: rgb(213,189,235); }

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

border-color css

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

 span { border-color: rgb(213,189,235); }

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