Html Css Color HEX #D6BCEE Fog

📋 copy color: '#D6BCEE'

red 214 ◦ green 188 ◦ blue 238

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

Shades of Fog #D6BCEE

Tints of Fog #D6BCEE

RGB

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

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

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

R = 33.44%
G = 29.38%
B = 37.19%

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

#D6BCEE (or 0xD6BCEE) is known color: Fog. HEX triplet: D6, BC and EE. RGB value is (214,188,238). Sum of RGB (Red+Green+Blue) = 214+188+238=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCEE is #294311. Grayscale: #C9C9C9. Windows color (decimal): -2704146 or 15645910. OLE color: 15645910.

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

Color convert

RGB 214 188 238 -
CMYK 0.10 0.21 0 0.07
HSL 271.2º 0.6% 0.84% -
HSV(B) 271.2º 0.21% 0.93% -
XYZ 61.15 56.44 88.56 -
YUV 201.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 214 188 238 0.10 0.21 0 0.07 271.2 0.6 0.84
Hex D6 BC EE A 15 0 7 10F 3C 54
Octal 326 274 356 12 25 0 7 417 74 124
Binary 11010110 10111100 11101110 1010 10101 0 111 100001111 111100 1010100

Color Harmonies of #D6BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCEE

Black with #D6BCEE

Text Example


Text Example

White with #D6BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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