Html Css Color HEX #D6B2C3 Twilight

📋 copy color: '#D6B2C3'

red 214 ◦ green 178 ◦ blue 195

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

Shades of Twilight #D6B2C3

Tints of Twilight #D6B2C3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

 BLUE value IS 195 (76.56% from 255) = 33.22%

R = 36.46%
G = 30.32%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D6B2C3 (or 0xD6B2C3) is known color: Twilight. HEX triplet: D6, B2 and C3. RGB value is (214,178,195). Sum of RGB (Red+Green+Blue) = 214+178+195=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2C3 is #294D3C. Grayscale: #BEBEBE. Windows color (decimal): -2706749 or 12825302. OLE color: 12825302.

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

Color convert

RGB 214 178 195 -
CMYK 0 0.17 0.09 0.16
HSL 331.67º 0.31% 0.77% -
HSV(B) 331.67º 0.17% 0.84% -
XYZ 53.5 50.08 58.48 -
YUV 190.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 214 178 195 0 0.17 0.09 0.16 331.67 0.31 0.77
Hex D6 B2 C3 0 11 9 10 14C 1F 4D
Octal 326 262 303 0 21 11 20 514 37 115
Binary 11010110 10110010 11000011 0 10001 1001 10000 101001100 11111 1001101

Color Harmonies of #D6B2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2C3

Black with #D6B2C3

Text Example


Text Example

White with #D6B2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2C3; }

 p { color: rgb(214,178,195); }

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

background-color css

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

 a { background-color: rgb(214,178,195); }

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

border-color css

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

 span { border-color: rgb(214,178,195); }

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