Html Css Color HEX #D6BBCB Twilight

📋 copy color: '#D6BBCB'

red 214 ◦ green 187 ◦ blue 203

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

Shades of Twilight #D6BBCB

Tints of Twilight #D6BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.96%

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 35.43%
G = 30.96%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6BBCB (or 0xD6BBCB) is known color: Twilight. HEX triplet: D6, BB and CB. RGB value is (214,187,203). Sum of RGB (Red+Green+Blue) = 214+187+203=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCB is #294434. Grayscale: #C4C4C4. Windows color (decimal): -2704437 or 13351894. OLE color: 13351894.

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

Color convert

RGB 214 187 203 -
CMYK 0 0.13 0.05 0.16
HSL 324.44º 0.25% 0.79% -
HSV(B) 324.44º 0.13% 0.84% -
XYZ 56.28 54.15 63.99 -
YUV 196.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 214 187 203 0 0.13 0.05 0.16 324.44 0.25 0.79
Hex D6 BB CB 0 D 5 10 144 19 4F
Octal 326 273 313 0 15 5 20 504 31 117
Binary 11010110 10111011 11001011 0 1101 101 10000 101000100 11001 1001111

Color Harmonies of #D6BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBCB

Black with #D6BBCB

Text Example


Text Example

White with #D6BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBCB; }

 p { color: rgb(214,187,203); }

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

background-color css

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

 a { background-color: rgb(214,187,203); }

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

border-color css

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

 span { border-color: rgb(214,187,203); }

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