#CFBCC3

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

Shades of Twilight #CFBCC3

Tints of Twilight #CFBCC3

Color information

#CFBCC3 (or 0xCFBCC3) is unknown color: approx Twilight. HEX triplet: CF, BC and C3. RGB value is (207,188,195). Sum of RGB (Red+Green+Blue) = 207+188+195=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC3 is #30433C. Grayscale: #C2C2C2. Windows color (decimal): -3162941 or 12827855. OLE color: 12827855.

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

Color convert

RGB207188195-
CMYK00.090.060.19
HSL337.89º16.52%77.45%-
HSV(B)337.89º9.18%81.18%-
XYZ53.5753.1759.07-
YUV194.48128.29136.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=35.08%
G=31.86%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718819500.090.060.19337.8916.5277.45
HexCFBCC309613152114d
Octal31727430301162352221115
Binary1100111110111100110000110100111010011101010010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCC3; }

 p { color: rgb(207,188,195); }

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

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

 a { background-color: rgb(207,188,195); }

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

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

 span { border-color: rgb(207,188,195); }

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