Html Css Color HEX #D6BEE4 Fog

📋 copy color: '#D6BEE4'

red 214 ◦ green 190 ◦ blue 228

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

Shades of Fog #D6BEE4

Tints of Fog #D6BEE4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.06%

 BLUE value IS 228 (89.45% from 255) = 36.08%

R = 33.86%
G = 30.06%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D6BEE4 (or 0xD6BEE4) is known color: Fog. HEX triplet: D6, BE and E4. RGB value is (214,190,228). Sum of RGB (Red+Green+Blue) = 214+190+228=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6BEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEE4 is #29411B. Grayscale: #C9C9C9. Windows color (decimal): -2703644 or 14991062. OLE color: 14991062.

HSL color Cylindrical-coordinate representation of color #D6BEE4: hue angle of 277.89º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BEE4 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 190 228 -
CMYK 0.06 0.17 0 0.11
HSL 277.89º 0.41% 0.82% -
HSV(B) 277.89º 0.17% 0.89% -
XYZ 60.15 56.72 81.18 -
YUV 201.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 214 190 228 0.06 0.17 0 0.11 277.89 0.41 0.82
Hex D6 BE E4 6 11 0 B 116 29 52
Octal 326 276 344 6 21 0 13 426 51 122
Binary 11010110 10111110 11100100 110 10001 0 1011 100010110 101001 1010010

Color Harmonies of #D6BEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEE4

Black with #D6BEE4

Text Example


Text Example

White with #D6BEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEE4; }

 p { color: rgb(214,190,228); }

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

background-color css

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

 a { background-color: rgb(214,190,228); }

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

border-color css

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

 span { border-color: rgb(214,190,228); }

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