Html Css Color HEX #E6BDD4 Twilight

📋 copy color: '#E6BDD4'

red 230 ◦ green 189 ◦ blue 212

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

Shades of Twilight #E6BDD4

Tints of Twilight #E6BDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.6%

R = 36.45%
G = 29.95%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E6BDD4 (or 0xE6BDD4) is known color: Twilight. HEX triplet: E6, BD and D4. RGB value is (230,189,212). Sum of RGB (Red+Green+Blue) = 230+189+212=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDD4 is #19422B. Grayscale: #CBCBCB. Windows color (decimal): -1655340 or 13942246. OLE color: 13942246.

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

Color convert

RGB 230 189 212 -
CMYK 0 0.18 0.08 0.10
HSL 326.34º 0.45% 0.82% -
HSV(B) 326.34º 0.18% 0.9% -
XYZ 62.71 57.97 70.17 -
YUV 203.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 230 189 212 0 0.18 0.08 0.10 326.34 0.45 0.82
Hex E6 BD D4 0 12 8 A 146 2D 52
Octal 346 275 324 0 22 10 12 506 55 122
Binary 11100110 10111101 11010100 0 10010 1000 1010 101000110 101101 1010010

Color Harmonies of #E6BDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDD4

Black with #E6BDD4

Text Example


Text Example

White with #E6BDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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