Html Css Color HEX #D5BAED Fog

📋 copy color: '#D5BAED'

red 213 ◦ green 186 ◦ blue 237

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

Shades of Fog #D5BAED

Tints of Fog #D5BAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.25%

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 33.49%
G = 29.25%
B = 37.26%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5BAED (or 0xD5BAED) is known color: Fog. HEX triplet: D5, BA and ED. RGB value is (213,186,237). Sum of RGB (Red+Green+Blue) = 213+186+237=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAED is #2A4512. Grayscale: #C7C7C7. Windows color (decimal): -2770195 or 15579861. OLE color: 15579861.

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

Color convert

RGB 213 186 237 -
CMYK 0.10 0.22 0 0.07
HSL 271.76º 0.59% 0.83% -
HSV(B) 271.76º 0.22% 0.93% -
XYZ 60.29 55.38 87.63 -
YUV 199.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 213 186 237 0.10 0.22 0 0.07 271.76 0.59 0.83
Hex D5 BA ED A 16 0 7 110 3B 53
Octal 325 272 355 12 26 0 7 420 73 123
Binary 11010101 10111010 11101101 1010 10110 0 111 100010000 111011 1010011

Color Harmonies of #D5BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAED

Black with #D5BAED

Text Example


Text Example

White with #D5BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAED; }

 p { color: rgb(213,186,237); }

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

background-color css

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

 a { background-color: rgb(213,186,237); }

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

border-color css

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

 span { border-color: rgb(213,186,237); }

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