Html Css Color HEX #D6B6CB Twilight

📋 copy color: '#D6B6CB'

red 214 ◦ green 182 ◦ blue 203

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

Shades of Twilight #D6B6CB

Tints of Twilight #D6B6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.38%

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

R = 35.73%
G = 30.38%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6B6CB (or 0xD6B6CB) is known color: Twilight. HEX triplet: D6, B6 and CB. RGB value is (214,182,203). Sum of RGB (Red+Green+Blue) = 214+182+203=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6CB is #294934. Grayscale: #C1C1C1. Windows color (decimal): -2705717 or 13350614. OLE color: 13350614.

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

Color convert

RGB 214 182 203 -
CMYK 0 0.15 0.05 0.16
HSL 320.63º 0.28% 0.78% -
HSV(B) 320.63º 0.15% 0.84% -
XYZ 55.24 52.06 63.64 -
YUV 193.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 214 182 203 0 0.15 0.05 0.16 320.63 0.28 0.78
Hex D6 B6 CB 0 F 5 10 141 1C 4E
Octal 326 266 313 0 17 5 20 501 34 116
Binary 11010110 10110110 11001011 0 1111 101 10000 101000001 11100 1001110

Color Harmonies of #D6B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6CB

Black with #D6B6CB

Text Example


Text Example

White with #D6B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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