#CFBDC5

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

Shades of Twilight #CFBDC5

Tints of Twilight #CFBDC5

Color information

#CFBDC5 (or 0xCFBDC5) is unknown color: approx Twilight. HEX triplet: CF, BD and C5. RGB value is (207,189,197). Sum of RGB (Red+Green+Blue) = 207+189+197=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC5 is #30423A. Grayscale: #C3C3C3. Windows color (decimal): -3162683 or 12959183. OLE color: 12959183.

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

Color convert

RGB207189197-
CMYK00.090.050.19
HSL333.33º15.79%77.65%-
HSV(B)333.33º8.7%81.18%-
XYZ54.0153.6960.34-
YUV195.29128.96136.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=34.91%
G=31.87%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718919700.090.050.19333.3315.7977.65
HexCFBDC50951314d104e
Octal31727530501152351520116
Binary1100111110111101110001010100110110011101001101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDC5; }

 p { color: rgb(207,189,197); }

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

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

 a { background-color: rgb(207,189,197); }

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

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

 span { border-color: rgb(207,189,197); }

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