Html Css Color HEX #D6BBCA Twilight

📋 copy color: '#D6BBCA'

red 214 ◦ green 187 ◦ blue 202

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

Shades of Twilight #D6BBCA

Tints of Twilight #D6BBCA

RGB

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

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

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

R = 35.49%
G = 31.01%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6BBCA (or 0xD6BBCA) is known color: Twilight. HEX triplet: D6, BB and CA. RGB value is (214,187,202). Sum of RGB (Red+Green+Blue) = 214+187+202=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCA is #294435. Grayscale: #C4C4C4. Windows color (decimal): -2704438 or 13286358. OLE color: 13286358.

HSL color Cylindrical-coordinate representation of color #D6BBCA: hue angle of 326.67º 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 #D6BBCA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 187 202 -
CMYK 0 0.13 0.06 0.16
HSL 326.67º 0.25% 0.79% -
HSV(B) 326.67º 0.13% 0.84% -
XYZ 56.16 54.1 63.36 -
YUV 196.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 214 187 202 0 0.13 0.06 0.16 326.67 0.25 0.79
Hex D6 BB CA 0 D 6 10 147 19 4F
Octal 326 273 312 0 15 6 20 507 31 117
Binary 11010110 10111011 11001010 0 1101 110 10000 101000111 11001 1001111

Color Harmonies of #D6BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBCA

Black with #D6BBCA

Text Example


Text Example

White with #D6BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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