Html Css Color HEX #D6C2CB Twilight

📋 copy color: '#D6C2CB'

red 214 ◦ green 194 ◦ blue 203

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

Shades of Twilight #D6C2CB

Tints of Twilight #D6C2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.75%

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

R = 35.02%
G = 31.75%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6C2CB (or 0xD6C2CB) is known color: Twilight. HEX triplet: D6, C2 and CB. RGB value is (214,194,203). Sum of RGB (Red+Green+Blue) = 214+194+203=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2CB is #293D34. Grayscale: #C8C8C8. Windows color (decimal): -2702645 or 13353686. OLE color: 13353686.

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

Color convert

RGB 214 194 203 -
CMYK 0 0.09 0.05 0.16
HSL 333º 0.2% 0.8% -
HSV(B) 333º 0.09% 0.84% -
XYZ 57.8 57.19 64.49 -
YUV 201.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 214 194 203 0 0.09 0.05 0.16 333 0.2 0.8
Hex D6 C2 CB 0 9 5 10 14D 14 50
Octal 326 302 313 0 11 5 20 515 24 120
Binary 11010110 11000010 11001011 0 1001 101 10000 101001101 10100 1010000

Color Harmonies of #D6C2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C2CB

Black with #D6C2CB

Text Example


Text Example

White with #D6C2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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