Html Css Color HEX #D5BBED Fog

📋 copy color: '#D5BBED'

red 213 ◦ green 187 ◦ blue 237

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

Shades of Fog #D5BBED

Tints of Fog #D5BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

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

R = 33.44%
G = 29.36%
B = 37.21%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5BBED (or 0xD5BBED) is known color: Fog. HEX triplet: D5, BB and ED. RGB value is (213,187,237). Sum of RGB (Red+Green+Blue) = 213+187+237=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBED is #2A4412. Grayscale: #C8C8C8. Windows color (decimal): -2769939 or 15580117. OLE color: 15580117.

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

Color convert

RGB 213 187 237 -
CMYK 0.10 0.21 0 0.07
HSL 271.2º 0.58% 0.83% -
HSV(B) 271.2º 0.21% 0.93% -
XYZ 60.5 55.8 87.7 -
YUV 200.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 213 187 237 0.10 0.21 0 0.07 271.2 0.58 0.83
Hex D5 BB ED A 15 0 7 10F 3A 53
Octal 325 273 355 12 25 0 7 417 72 123
Binary 11010101 10111011 11101101 1010 10101 0 111 100001111 111010 1010011

Color Harmonies of #D5BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBED

Black with #D5BBED

Text Example


Text Example

White with #D5BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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