Html Css Color HEX #D6BECA Twilight

📋 copy color: '#D6BECA'

red 214 ◦ green 190 ◦ blue 202

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

Shades of Twilight #D6BECA

Tints of Twilight #D6BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.33%

R = 35.31%
G = 31.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6BECA (or 0xD6BECA) is known color: Twilight. HEX triplet: D6, BE and CA. RGB value is (214,190,202). Sum of RGB (Red+Green+Blue) = 214+190+202=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BECA is #294135. Grayscale: #C6C6C6. Windows color (decimal): -2703670 or 13287126. OLE color: 13287126.

HSL color Cylindrical-coordinate representation of color #D6BECA: hue angle of 330º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BECA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 202 -
CMYK 0 0.11 0.06 0.16
HSL 330º 0.23% 0.79% -
HSV(B) 330º 0.11% 0.84% -
XYZ 56.81 55.39 63.57 -
YUV 198.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 214 190 202 0 0.11 0.06 0.16 330 0.23 0.79
Hex D6 BE CA 0 B 6 10 14A 17 4F
Octal 326 276 312 0 13 6 20 512 27 117
Binary 11010110 10111110 11001010 0 1011 110 10000 101001010 10111 1001111

Color Harmonies of #D6BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BECA

Black with #D6BECA

Text Example


Text Example

White with #D6BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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