Html Css Color HEX #D5BCE5 Fog

📋 copy color: '#D5BCE5'

red 213 ◦ green 188 ◦ blue 229

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

Shades of Fog #D5BCE5

Tints of Fog #D5BCE5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 33.81%
G = 29.84%
B = 36.35%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D5BCE5 (or 0xD5BCE5) is known color: Fog. HEX triplet: D5, BC and E5. RGB value is (213,188,229). Sum of RGB (Red+Green+Blue) = 213+188+229=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCE5 is #2A431A. Grayscale: #C8C8C8. Windows color (decimal): -2769691 or 15056085. OLE color: 15056085.

HSL color Cylindrical-coordinate representation of color #D5BCE5: hue angle of 276.59º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BCE5 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 188 229 -
CMYK 0.07 0.18 0 0.10
HSL 276.59º 0.44% 0.82% -
HSV(B) 276.59º 0.18% 0.9% -
XYZ 59.57 55.77 81.75 -
YUV 200.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 213 188 229 0.07 0.18 0 0.10 276.59 0.44 0.82
Hex D5 BC E5 7 12 0 A 115 2C 52
Octal 325 274 345 7 22 0 12 425 54 122
Binary 11010101 10111100 11100101 111 10010 0 1010 100010101 101100 1010010

Color Harmonies of #D5BCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCE5

Black with #D5BCE5

Text Example


Text Example

White with #D5BCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCE5; }

 p { color: rgb(213,188,229); }

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

background-color css

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

 a { background-color: rgb(213,188,229); }

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

border-color css

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

 span { border-color: rgb(213,188,229); }

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