Html Css Color HEX #D6BCEA Fog

📋 copy color: '#D6BCEA'

red 214 ◦ green 188 ◦ blue 234

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

Shades of Fog #D6BCEA

Tints of Fog #D6BCEA

RGB

 RED value IS 214 (83.98% from 255) = 33.65%

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

 BLUE value IS 234 (91.8% from 255) = 36.79%

R = 33.65%
G = 29.56%
B = 36.79%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6BCEA (or 0xD6BCEA) is known color: Fog. HEX triplet: D6, BC and EA. RGB value is (214,188,234). Sum of RGB (Red+Green+Blue) = 214+188+234=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCEA is #294315. Grayscale: #C8C8C8. Windows color (decimal): -2704150 or 15383766. OLE color: 15383766.

HSL color Cylindrical-coordinate representation of color #D6BCEA: hue angle of 273.91º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BCEA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 188 234 -
CMYK 0.09 0.20 0 0.08
HSL 273.91º 0.52% 0.83% -
HSV(B) 273.91º 0.2% 0.92% -
XYZ 60.57 56.2 85.5 -
YUV 201.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 214 188 234 0.09 0.20 0 0.08 273.91 0.52 0.83
Hex D6 BC EA 9 14 0 8 112 34 53
Octal 326 274 352 11 24 0 10 422 64 123
Binary 11010110 10111100 11101010 1001 10100 0 1000 100010010 110100 1010011

Color Harmonies of #D6BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCEA

Black with #D6BCEA

Text Example


Text Example

White with #D6BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCEA; }

 p { color: rgb(214,188,234); }

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

background-color css

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

 a { background-color: rgb(214,188,234); }

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

border-color css

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

 span { border-color: rgb(214,188,234); }

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