#D2BFCC

Color #D2BFCC Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #D2BFCC

Tints of Twilight #D2BFCC

Color information

#D2BFCC (or 0xD2BFCC) is unknown color: approx Twilight. HEX triplet: D2, BF and CC. RGB value is (210,191,204). Sum of RGB (Red+Green+Blue) = 210+191+204=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFCC is #2D4033. Grayscale: #C6C6C6. Windows color (decimal): -2965556 or 13418450. OLE color: 13418450.

HSL color Cylindrical-coordinate representation of color #D2BFCC: hue angle of 318.95º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFCC is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210191204-
CMYK00.090.030.18
HSL318.95º17.43%78.63%-
HSV(B)318.95º9.05%82.35%-
XYZ56.1155.3264.85-
YUV198.16131.29136.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=34.71%
G=31.57%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019120400.090.030.18318.9517.4378.63
HexD2BFCC0931213f114f
Octal32227731401132247721117
Binary110100101011111111001100010011110010100111111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFCC; }

 p { color: rgb(210,191,204); }

 H1.HeaderClassName
 {
   color: #D2BFCC;
 }
 .AnyTagClassName
 {
   color: #D2BFCC;
 }
</style>
background-color css

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

 a { background-color: rgb(210,191,204); }

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

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

 span { border-color: rgb(210,191,204); }

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