Html Css Color HEX #D5B9F1 Fog

📋 copy color: '#D5B9F1'

red 213 ◦ green 185 ◦ blue 241

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

Shades of Fog #D5B9F1

Tints of Fog #D5B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.95%

 BLUE value IS 241 (94.53% from 255) = 37.72%

R = 33.33%
G = 28.95%
B = 37.72%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5B9F1 (or 0xD5B9F1) is known color: Fog. HEX triplet: D5, B9 and F1. RGB value is (213,185,241). Sum of RGB (Red+Green+Blue) = 213+185+241=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5B9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B9F1 is #2A460E. Grayscale: #C7C7C7. Windows color (decimal): -2770447 or 15841749. OLE color: 15841749.

HSL color Cylindrical-coordinate representation of color #D5B9F1: hue angle of 270º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B9F1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 185 241 -
CMYK 0.12 0.23 0 0.05
HSL 270º 0.67% 0.84% -
HSV(B) 270º 0.23% 0.95% -
XYZ 60.67 55.19 90.68 -
YUV 199.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 213 185 241 0.12 0.23 0 0.05 270 0.67 0.84
Hex D5 B9 F1 C 17 0 5 10E 43 54
Octal 325 271 361 14 27 0 5 416 103 124
Binary 11010101 10111001 11110001 1100 10111 0 101 100001110 1000011 1010100

Color Harmonies of #D5B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9F1

Black with #D5B9F1

Text Example


Text Example

White with #D5B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9F1; }

 p { color: rgb(213,185,241); }

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

background-color css

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

 a { background-color: rgb(213,185,241); }

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

border-color css

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

 span { border-color: rgb(213,185,241); }

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