Html Css Color HEX #E6BDCF Twilight

📋 copy color: '#E6BDCF'

red 230 ◦ green 189 ◦ blue 207

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

Shades of Twilight #E6BDCF

Tints of Twilight #E6BDCF

RGB

 RED value IS 230 (90.23% from 255) = 36.74%

 GREEN value IS 189 (74.22% from 255) = 30.19%

 BLUE value IS 207 (81.25% from 255) = 33.07%

R = 36.74%
G = 30.19%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6BDCF (or 0xE6BDCF) is known color: Twilight. HEX triplet: E6, BD and CF. RGB value is (230,189,207). Sum of RGB (Red+Green+Blue) = 230+189+207=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCF is #194230. Grayscale: #CBCBCB. Windows color (decimal): -1655345 or 13614566. OLE color: 13614566.

HSL color Cylindrical-coordinate representation of color #E6BDCF: hue angle of 333.66º degrees, saturation: 0.45, 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 #E6BDCF is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 207 -
CMYK 0 0.18 0.10 0.10
HSL 333.66º 0.45% 0.82% -
HSV(B) 333.66º 0.18% 0.9% -
XYZ 62.09 57.72 66.9 -
YUV 203.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 230 189 207 0 0.18 0.10 0.10 333.66 0.45 0.82
Hex E6 BD CF 0 12 A A 14E 2D 52
Octal 346 275 317 0 22 12 12 516 55 122
Binary 11100110 10111101 11001111 0 10010 1010 1010 101001110 101101 1010010

Color Harmonies of #E6BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDCF

Black with #E6BDCF

Text Example


Text Example

White with #E6BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDCF; }

 p { color: rgb(230,189,207); }

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

background-color css

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

 a { background-color: rgb(230,189,207); }

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

border-color css

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

 span { border-color: rgb(230,189,207); }

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