#CFBDC6

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

Shades of Twilight #CFBDC6

Tints of Twilight #CFBDC6

Color information

#CFBDC6 (or 0xCFBDC6) is unknown color: approx Twilight. HEX triplet: CF, BD and C6. RGB value is (207,189,198). Sum of RGB (Red+Green+Blue) = 207+189+198=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC6 is #304239. Grayscale: #C3C3C3. Windows color (decimal): -3162682 or 13024719. OLE color: 13024719.

HSL color Cylindrical-coordinate representation of color #CFBDC6: hue angle of 330º 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 #CFBDC6 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207189198-
CMYK00.090.040.19
HSL330º15.79%77.65%-
HSV(B)330º8.7%81.18%-
XYZ54.1253.7460.95-
YUV195.41129.46136.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=34.85%
G=31.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718919800.090.040.1933015.7977.65
HexCFBDC60941314a104e
Octal31727530601142351220116
Binary1100111110111101110001100100110010011101001010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDC6; }

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

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

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

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

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

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

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

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