Html Css Color HEX #D5BCEE Fog

📋 copy color: '#D5BCEE'

red 213 ◦ green 188 ◦ blue 238

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

Shades of Fog #D5BCEE

Tints of Fog #D5BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 33.33%
G = 29.42%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5BCEE (or 0xD5BCEE) is known color: Fog. HEX triplet: D5, BC and EE. RGB value is (213,188,238). Sum of RGB (Red+Green+Blue) = 213+188+238=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCEE is #2A4311. Grayscale: #C9C9C9. Windows color (decimal): -2769682 or 15645909. OLE color: 15645909.

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

Color convert

RGB 213 188 238 -
CMYK 0.11 0.21 0 0.07
HSL 270º 0.6% 0.84% -
HSV(B) 270º 0.21% 0.93% -
XYZ 60.86 56.29 88.55 -
YUV 201.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 213 188 238 0.11 0.21 0 0.07 270 0.6 0.84
Hex D5 BC EE B 15 0 7 10E 3C 54
Octal 325 274 356 13 25 0 7 416 74 124
Binary 11010101 10111100 11101110 1011 10101 0 111 100001110 111100 1010100

Color Harmonies of #D5BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCEE

Black with #D5BCEE

Text Example


Text Example

White with #D5BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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