Html Css Color HEX #D5BBEC Fog

📋 copy color: '#D5BBEC'

red 213 ◦ green 187 ◦ blue 236

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

Shades of Fog #D5BBEC

Tints of Fog #D5BBEC

RGB

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

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

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

R = 33.49%
G = 29.4%
B = 37.11%

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

#D5BBEC (or 0xD5BBEC) is known color: Fog. HEX triplet: D5, BB and EC. RGB value is (213,187,236). Sum of RGB (Red+Green+Blue) = 213+187+236=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBEC is #2A4413. Grayscale: #C8C8C8. Windows color (decimal): -2769940 or 15514581. OLE color: 15514581.

HSL color Cylindrical-coordinate representation of color #D5BBEC: hue angle of 271.84º degrees, saturation: 0.56, 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 #D5BBEC is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 187 236 -
CMYK 0.10 0.21 0 0.07
HSL 271.84º 0.56% 0.83% -
HSV(B) 271.84º 0.21% 0.93% -
XYZ 60.35 55.74 86.94 -
YUV 200.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 213 187 236 0.10 0.21 0 0.07 271.84 0.56 0.83
Hex D5 BB EC A 15 0 7 110 38 53
Octal 325 273 354 12 25 0 7 420 70 123
Binary 11010101 10111011 11101100 1010 10101 0 111 100010000 111000 1010011

Color Harmonies of #D5BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBEC

Black with #D5BBEC

Text Example


Text Example

White with #D5BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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